/* template */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding:0; 
	margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	line-height:2em;
}
body{
    font-family:'Microsoft Yahei';
	font-size: 14px;
	min-width: 1000px;
	color:#555;
}
table {
    border-collapse:collapse; 
	border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
	font-style: normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
	font-size:100%;
}
q:before,q:after {
    content:'';
}
p {
    text-align:justify;
}
abbr,acronym {
    border:0;
}
a{
    text-decoration:none; 
	outline:none; 
	blr:expression(this.onFocus=this.blur());
	color:#666;
	display:block;
}
.clear{ 
    display:block; 
	clear:both;
}
.relative{ 
    position:relative;
}
.grayscale{ 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ 
	filter: gray; /* IE6-9 */ 
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(210, 210, 210, 0.48);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
	width: 6px;
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(255,255,255,0.6);
}

::-webkit-scrollbar {
	background-color: rgba(255,255,255,0.6);
}

::-webkit-scrollbar-thumb {
	background-color: #b71f31;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #b71f31;
}
body, p, h1, h2, h3, h4, h5, h6, dl, dd, form {
    margin: 0;
}
.ind2_bg, .item_info, .ind3_ti, .ind6_img, .item02_more, .item02_more2, .nav_bgBl, .indN_li, .indN_bg.cur3, .item02_more2, .fo_imgIcon {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
img {
    border: none;
    vertical-align: top;
}
img {
    -webkit-user-select: none;
      -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
img {
    max-width: 100%;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
ul, ol {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    list-style: none;
}
input, textarea {
    font-family: "΢���ź�";
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
    border: none;
    background: 0 0;
}
input, textarea {
    margin: 0;
    padding: 0;
    outline: none;
}

html,body {
    position: relative;
	width:100%;
}
body #header {
    transition: height 0.36s ease;
    width: 100%;
    height: 80px;
    background: url(../images/b_3.png);
}
body #header {
    position: fixed;
    z-index: 999;
    top: 0;
    min-width: 1160px;
}
body #header .wrapper {
    height: 100%;
}
body #header .wrapper > .content {
    max-width: 100%;
    padding: 0 2.4%;
}
body #header .wrapper > .content {
    position: relative;
}
body #header .wrapper > .content {
    max-width: 1820px;
    height: 100%;
    margin: 0 auto;
}
body #headTop {
    position: relative;
    float: left;
    height: 100%;
}
body #headTop #logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
body #navWrapper {
    float: right;
    height: 100%;
}
body #navWrapper .content {
    padding-right: 2px;
}
body #navWrapper .content {
    height: 100%;
}
body #navWrapper .content {
    position: relative;
}
body #navWrapper .content .nav {
    float: right;
    height: 100%;
    width: 865px;
    z-index: 99;
    position: relative;
    letter-spacing: 1px;
}
body #navWrapper .content .nav > .navitem {
    transition: all 0.36s ease;
    font-size: 14px;
    position: relative;
    float: left;
    cursor: pointer;
}
body #navWrapper .content .nav > .navitem > a.active {
    color: #fff;
    border-bottom: none;
}
body #navWrapper .content .nav > .navitem > a {
    transition: all 0.36s ease;
    line-height: calc(80px - 2px);
    display: block;
    padding: 0 26px;
    padding-left: 26px;
    border-bottom: 2px solid transparent;
}
#navWrapper .content .nav .navitem span {
    font-size: 15px;
    color: #3f3a39;
    opacity: 0.9;
}
body #search-nav.searchGroup {
    visibility: visible;
    opacity: 1;
}
div#search-nav {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 120;
}
body #search-nav {
    position: absolute;
    right: 0;
    left: auto;
    display: block;
    height: 80px;
    transition: opacity 0.36s ease, height 0.36s ease;
}
.ind_seek {
    position: absolute;
    top: 0px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 4px;
    right: -5px;
    padding: 9px 0;
    opacity: 0.9;
    z-index: 30;
    width: 100px;
}
.ind_seBu {
    display: block;
    width: 50px;
    background: url(../images/b_4.png) no-repeat center 21px;
    position: relative;
    float: right;
    height: 71px;
    cursor: pointer;
    padding-top: 20px;
}
.seek_block {
    position: absolute;
    top: 70px;
    right: -11px;
    width: 390px;
    background: #fff;
    padding: 12px 20px;
    display: none;
    border: 1px solid #eee;
}
.seek_block {
    -webkit-animation: am_top2 0.4s ease-in-out backwards;
}
.seek_ico {
    position: absolute;
    right: 24px;
    top: -11px;
    width: 24px;
    height: 11px;
    background: url(../images/n2_1.png);
}
.seek_inputBl {
    border-bottom: 1px solid #ccc;
    width: 92%;
}
input.seek_input {
    width: 100%;
}
.seek_close {
    position: absolute;
    right: 6px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url(../images/n2_6.png) no-repeat center;
    cursor: pointer;
    display: block;
}
body #navWrapper .content .nav > .navitem > a::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 4px;
    height: 4px;
    content: "";
    transition: all 0.36s ease;
    opacity: 0;
    border-radius: 100%;
}
body #navWrapper .content::after {
    content: "";
    display: block;
    clear: both;
}
.FF_color {
    color: #FF5A00 !important;
}
.clearfix::after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

/* banner */
.index_banner {
    position: relative;
    overflow: hidden
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}
.index_banner .group_page {
    position: absolute;
    bottom: 1.45rem;
    z-index: 4;
    width: 100%;
    text-align: center;
    margin-top: .2rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 45px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.index_banner .group_page span {
    width: .06rem;
    height: .06rem;
    background: #e1e1e1;
    border-radius: 0;
    opacity: 1;
    margin: 0 .1rem;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.index_banner .group_page span.swiper-pagination-bullet-active {
    width: .25rem;
    background: #ff6900;
}

/* home */
.home {
    position: relative;
    width: 100%;
    z-index: 120;
	background-color: #F1F1F1;
}
.top_wr {
    position: relative;
    min-width: auto;
	width: 90%;
	margin: auto;
	padding: 15px 0;
}
.home .top_wr .box{
	width: 100%;
}
.home .top_wr .box.box1 {
	margin-bottom: 2px;
}
.template li {
    list-style: none;
    text-align: center;
    background: #FFF;
    padding: 14px 10px;
    float: left;
    margin-right: 4%;
    width: 48%;
    position: relative;
    transition:0.35s;
	margin-bottom: 4%;
}
.template li a {
	display:flex;
}
.template li img {
    display: initial;
	max-width: 37%;
	float: left;
	align-self:center;
}
.template li .righr-p3 {
    float: left;
	width: 57%;
	height: 115px;
	margin-left: 5%;
}
.template li .righr-p1 {
    font-size: 14px;
    color: #3C3A39;
	text-align: center;
	font-weight:600;
}
.template li .righr-p2 {
    font-size: 10px;
    color: #cbcbcb;    
	min-height: 33px;
    font-weight: bold;
    height: auto;
    min-height: 66px;
	letter-spacing: 0;
	line-height: 1.7em;
	word-wrap: break-word;
    word-break: break-all;
    text-align: center;
	margin-top: 5px;
}
.box.box22 { 
	background-color: #FFF;
	padding-bottom: 17px;
	position: relative;
	border-bottom: 1px solid #D3D3D3;
}
 .box.box22 h3 {
	color: #767676;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.box.box22 strong {
	display: block;
	color: #AAAAAA;
	font-size: 18px;
	font-family: "RUBIK-REGULAR-WEBFONT";
	line-height: 30px;
	font-weight: bold;
}
.box.box22 .txt {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #AAAAAA;
}
.box.box22 .txt p {
	line-height: 22px !important;
}
.ny_box {
    outline: none;
	width: 100%;
	height: auto;
}
.ny_box_le {
	float: left;
	width: 30%;
	text-align: center;
}
.ny_box_le img {
	border: none;
	vertical-align: middle;
	width: 100%;
	/*max-height: 82px;*/
}
.ny_box_ri {
    float: left;
	width: 66%;
	margin-left: 4%;
}
.home .top_wr .box.box33 { 
	background-color: #FFF;
	padding: 15px 20px;
	position: relative;
}
.i_news .hd {
	height: auto; 
	margin-bottom: 6px;
}
.home .top_wr .box.box33 h3 {
	color: #767676;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}
.home .top_wr .box.box33 .news_h3 {
    display: block;
    color: #AAAAAA;
    font-size: 18px;
    font-family: "RUBIK-REGULAR-WEBFONT";
    font-weight: bold;
	line-height: 26px;
}
.home .top_wr .box.box33 .tempWrap {
    overflow:hidden; 
	position:relative;
	margin-top: 10px; 
}
.home .top_wr .box.box33 p {
	color: #AAAAAA;
	filter: Alpha(opacity=60);
	line-height: 35px;
}
.home .top_wr .box.box33 p a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #AAAAAA;
}
.about-tianyan {
    position: relative;
	min-width: auto;
	width: 90%;
	margin: auto;
	padding-top: 15px;
}
.kapian {
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-top: 15px;
	text-align: center;
}


/* footer */
#footer {
    z-index: 10;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    margin: 0 auto;
    z-index: 999;
}
#footer {
    padding: 30px 0;
}
#footer p {
    line-height: 24px;
    width: 100%;
    height: 24px;
    margin: 0 auto;
    text-align: left;
}
#footer p span.ellipsis {
    color: rgba(64, 58, 58);
}
#footer p span.ellipsis {
    display: inline;
    max-width: 70%;
    opacity: 0.8;
    letter-spacing: 0.5px;
}
.fo_img {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    border-top: 1px solid #B9B9B9;
    border-bottom: 1px solid #B9B9B9;
}
.fo_phone, .fo_imgIcon {
    cursor: pointer;
	text-align: center;
}

/*home1*/
@media screen and (max-width: 750px) {
.home1 {
    overflow: hidden;
}
.home1 img {
    max-width: none !important;
}
.home1 .item+.item {
    margin-left: 0.3%;
}
.home1 .item .text {
    background: #fff;
    height: 280px;
}
.home1 .item .inner {
    padding: 0;
}
.home1 .item.i2 .imgbox .img {
    width: 18%;
    overflow: hidden;
    float: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
   position: relative;
}
.home1 .item.i2 .imgbox .img img{
    height: 239px;
    min-width: 100%;
}
.home1 .item.i2 .imgbox .img.cur img{
}
.home1 .item.i2 .imgbox .img .mk{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.home1 .item.i2 .imgbox .img .tit{
    font-size: 18px;
    position: absolute;
    bottom: 5% ;
    left: 0;
    right: 0;
    color: #fff;
    transition: left 1s ease;
    white-space: nowrap;
}
.home1 .item.i2 .imgbox .img .tit:after{
    content: "";
    display: none;
    background:url(../images/jt3.png) no-repeat 0 0;
    background-size:cover;  
    width: 10px;
    height: 19px;
    overflow: hidden;
    position: absolute;
    right: 7%;
    top: 50%;
    margin-top: -9.5px;
}
.home1 .item.i2 .imgbox .img .tit span{
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    transition: all 0.7s ease;
	margin-left: 2%;
}
.home1 .item.i2 .imgbox .img .tit .s1{
    width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	text-shadow:3px 3px 3px #000;
}
.home1 .item.i2 .imgbox .img .tit .s2{
    font-size: 32px;line-height: 40px;
    transition: all 1s ease;
}
.home1 .item.i2 .imgbox .img+.img {
    margin-left: 1%;
}

.home1 .item.i2 .imgbox .img.cur {
    width: 43%;
}
.home1 .item.i2 .imgbox .img.cur .tit:after{
    display: block;
}
.home1 .item.i2 .imgbox .img.cur .mk{
    background-image: none ;
}
.home1 .item.i2 .imgbox .img.cur:hover .mk{
	background-image: url(../image/bg90.png) ;
}
.home1 .item.i2 .imgbox .img.cur  .tit .s1{
    width: 28%;
}
.clear::after, .x-wrap::after {
  content: '';
  display: table;
  clear: both;
}

.home1 .item {
    float: none;
    width: auto;
    margin-bottom: 0.3rem;
}
.home1 .item .text {
    height: auto;
}
.home1 .item .inner {
    padding: 0;
}
.home1 .item.i2 .imgbox .img .tit {
    font-size: 0.26rem;
}

}
@media screen and (max-width: 1500px) {
.home1 .item.i2 .imgbox .img img {
  height: 228px;
}

}
.a_news .hd {
    height: auto;
    margin: 0 5% 6px;
}
.a_news .hd h3 {
	color: #767676;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}
.a_news .hd .news_h3 {
    display: block;
    color: #AAAAAA;
    font-size: 18px;
    font-family: "RUBIK-REGULAR-WEBFONT";
    font-weight: bold;
	line-height: 26px;
}





