body {
	font-family: 'Microsoft YaHei', "Open Sans", sans-serif;
	font-size: 14px;
	color: #333;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
}
.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1450px;
	position: relative;
}
.index-wrap {
	width: 100%!important;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100
}
.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
.img:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height : 100%;
	z-index: 1000
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}

.container {
    width: 1440px;
}



/*----------header----------*/
.header {
	line-height: 80px;
	/*position: fixed;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.8);*/
}
.header .wrap {
	/*background: #fff;*/
	/*max-width: 100%;*/
	/*width: 100%;*/
	display: flex;
	padding-top: 12px;
    /*justify-content: center;*/
    justify-content: space-between;
}

.header .menu{
    display: flex;
    /*padding-top: 26px;*/
    /*justify-content: center;*/
    justify-content: space-between;
}

.header .wrap.fixed-top{
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*z-index: 99;*/
    /*background: #fff;*/
    /*display: flex;*/
    /*justify-content: space-around;*/
    /* max-width: 1450px; */
    /*box-shadow: 0 0 10px #bbb;*/
    /*transition: all .4s ease-in-out;*/
}

.header .menu{
    /*margin: 0 auto;*/
    /*width: max-content;*/
    width: 70%;
    padding-left: 80px;
    padding-top: 10px;
}
.header .menu .menu-list{
    display: block;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: end;
}
.header .wrap #slide-father{
    position: unset;
}
.header .wrap .slide{
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    height: 560px;
    background: #292929;
    text-align: left;
}
.header .wrap #slide-father:hover .slide{
    display: block;
}
.header .wrap .slide-list{
    width: 200px;
    height: 560px;
    display: flex;
    flex-direction: column;
}
.header .wrap .slide-item{
    padding-left: 40px;
    /*line-height: 62.44px;*/
    /*height: 62.44px;*/
    padding-right: 18px;

}

.header .wrap .slide-item .tag-head{
    /*background-image: url(/skin/images/agjc-iconhead.png);*/
    width: 16px;
    height: 16px;

    float: right;
    font-size: 20px;
}

.header .wrap .slide-item .slide-wrap-list{
    display: none;
}

.header .wrap .slide-item .slide-wrap-list.active{
    display: inline-block;
    
}

.header .wrap .slide-item .slide-wrap-list.active a{
    float: left;
    height: 20px;
    line-height: 16px;
    width: 100%;
    font-size: 14px;
    color: #d5d5d5;
    margin-bottom: 8px;
}

.header .wrap .slide-item .tag-head img{
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    transform: rotate( 360deg);
}

.header .wrap .slide-item .tag-head.active img {

    /*transform: rotate(450deg);*/
}


.header .wrap .slide-item .slide-link{
    color: #fff;
}
.header .wrap .slide-item.active{
    background: #bd232b;
}
.header .wrap .slide-item.active .slide-link{
    color: #fff;
}
.header .wrap .slide-item.active .son{
    display: block;
    height: 560px;
}

.header .wrap .slide-item.active .son img{
    padding-left: 20px;
    padding-right: 20px;
    /* margin-bottom: 30px; */
    
    overflow: hidden;
    width: 100%;
    max-width: 980px;
}

.header .wrap .slide-item .son{
    display: none;
    left: 200px;
    top: 0;
    position: absolute;
    height: 520px;
    overflow-y: auto;
    width: 1000px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header .wrap .slide-item .son dl{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.header .wrap .slide-item .son dt{
    font-size: 14px;
    color: #bd232b;
    line-height: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.header .wrap .slide-item .son dd{
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin-right: 16px;
    margin-bottom: 4px;
}

.header .wrap .slide-item .son dd p{
    text-align: center;
    padding-bottom: 10px;
}

.header .wrap .slide-item .son dd img{
    width: 75px;

}

.header .wrap .slide-item .son dd a{
    color: #333;
}
.header .wrap .slide-item .son dd a:hover{
    color: #bd232b;
}

.header .wrap .slide-item .son dd a .icon{
    border: solid 1px #dbdbdb;
    margin: 10px;
}

.header .wrap .slide-item .son dd a .icon img{

    padding: 10px;
}

.logo {
	vertical-align: middle;
	/*position: absolute;*/
    /*width: 79%;*/
    width: 16%;
	top: 0;
	left: 0;
    display: flex;
    /*justify-content: space-between;*/
}
.logo img {
	vertical-align: middle;
}

.logo .head-title span{
    font-size: 33px;
    font-family: cursive;
    font-weight: 800;
    color: #de2117;
}


.logo .head-title p{
    font-size: 22px;
    margin: 0px;
    line-height: 0px;
    /*text-align: center;*/
    font-weight: 600;
    color: #de2117;
    font-family: cursive;
}

.logo .head-title{
    height: 100%;
    line-height: 84px;
}

.logo .head-odds p{
    line-height: 30px;
    padding: 0px 0px;
    background-color: #d01005;
    color: #fff;
    margin: 4px 12px 4px 46px;
    height: 30px;
    padding-bottom: 10px;
    width: 108px;
    border-radius: 4px;
    text-align: center;
}

.logo .head-odds{
    padding-left: 18%;
}

.logo .head-phone{
    padding-left: 22px;
}

.logo .head-phone h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    /*font-family: cursive;*/
    /*padding-top: 6px;*/
    padding-bottom: 6px;
    /*text-align: center;*/
}

.logo .head-phone p{
    line-height: 34px;
    font-size: 15px;
}

.logo .head-phone img{
    width: 22px;
    margin-right: 10px;
    padding-bottom: 4px;
}

.logo .head-phone span{
    font-size: 18px;
}

.menu .menu-list .menu-item {
	float: left;
	width: 12%;
	/*margin: 0 5px;*/
	text-align: center;
	position: relative;
}
.menu .menu-list .menu-item h3 {
	font-weight: normal;
}
.menu .menu-list .menu-item h3 a {
	display: block;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	border-bottom: 2px solid #fff;
	color: #666;
}

.menu .menu-list .menu-item.active a{
        border-right-width: 0;
}

.menu .menu-list .menu-item h3 a{
    /*border: 1px solid #e5e5e5;*/
}

.menu .menu-list .menu-item h3:not(:last-child) a{
    border-right-width: 0;
}

.menu .menu-list .menu-item .drop {
	position: absolute;
	width: 108px;
	top: 60px;
	left: 0px;
	padding-top: 1px;
	display: none;
}
.menu .menu-list .menu-item .drop ul {
	background: #1a1a1a;
	padding: 0 0 10px 0;
	text-align: center;
}
.menu .menu-list .menu-item .drop ul li {
	float: none;
	margin: 0;
	line-height: 38px;
	width: 100%;
}
.menu .menu-list .menu-item .drop ul li a {
	color: #e5e5e5;
}
.menu .menu-list .menu-item .drop ul li.in a, .menu .menu-list .menu-item .drop ul li a:hover {
	color: #cd1821;
}
.menu .menu-list .menu-item.on h3 a, .menu .menu-list .menu-item:hover h3 a {
	color: #cd1821;
	/*border-color: #cd1821;*/
}
.menu .menu-list .menu-item:hover .drop {
	display: block;
}

.soso-inp.clearfloat{
    display: inline-block;
    width: 218px;
    height: 36px;
    width: 14%;
    /* height: 80px; */
    padding-top: 6px;
    margin: 34px 29px 34px 34px;
    line-height: 36px;
    border: 1px #ccc solid;
    border-radius: 18px;
    margin-left: 25px;
    overflow: hidden;
    position: relative;
}

.soso-inp input {
    float: left;
    padding-left: 18px;
    font-size: 16px;
    width: 200px;
    border: none;
    background: transparent;
    outline: none;
}

.soso-inp button {
    background: #d12728 url(../images/so.png) no-repeat center center;
    width: 42px;
    height: 36px;
    border: 1px #d12728 solid;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    cursor: pointer;
}

.soso-inp input {
    float: left;
    padding-left: 18px;
    font-size: 16px;
    width: 200px;
    border: none;
    background: transparent;
    outline: none;
}

/*搜索页开始*/

.ny-nrbox{
    padding-bottom: 70px;
    padding-top: 45px;
    margin-top: 135px;
}

.w1450px {
    max-width: 1450px;
    margin: auto;
    padding: 0 10px;
}

.news-item {
    border-radius: 9px;
    padding: 20px;
    background: #efefef;
    display: block;
    position: relative;
    margin-bottom: 28px;
}

.n-img {
    width: 280px;

    overflow: hidden;
}

.n-img img {
    transition: all 0.4s;
}

.n-txt {

}

.n-abs {
    position: absolute;
    right: 50px;
    width: 46px;
    height: 46px;
    background: #efefef url(../images/n-ic1.png) no-repeat 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -23px;
}

.fl {
    float: left;
}

.pages {
    text-align: center;
    margin-top: 30px;
}

.pages li{
    display: inline-block;
}

.pages a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    background: #dbdbdb;
    font-size: 16px;
    color: #333;
    margin: 0 4px;
}

.pages li.active a,
.pages a:hover, .pages a.current {
    background: #d12728;
    color: #fff;
}

.clearfloat:after {
    clear: both;
}

.clearfloat:after {
    content: " ";
    display: table;
}

.n-txt h2 {
    margin-top: 5px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    overflow: hidden;
}
.n-txt p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #818181;
}

.n-txt span {
    color: #333;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}


/*搜索页结束*/

/*首页关于我们开始*/

.index_about .about{
    display: flex;
    justify-content: space-between;
}

.index_about .about .about-img{
    width: 40%;
}

.index_about .about .web{
    width: 50%;
    padding-top: 20px;
}

.index_about .about .web h3{
    font-size: 30px;
    font-weight: normal;
    text-align: left;
}

.index_about .about .web h1{
    font-size: 30px;
    font-weight: normal;
    text-align: left;
}


.index_about .about .web p{
    text-align: left;
    padding-top: 16px;
}

.index_about .about .web .div_btn {
    text-align: left;
}

/*首页关于我们结束*/


.banner .item {
	position: relative;
	font-family: Arial;
}
.banner .item img{
    width: 100%;
}
.banner .item .text {
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.banner.page_banner .item .text {
	transform: translateY(-20%);
	-o-transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
}
.banner .text h2 {
	font-size: 24px;
	text-transform: uppercase;
}

.banner .text h1 {
	font-size: 24px;
	text-transform: uppercase;
}


.banner .text h2 span {
	color: #fff;
}
.banner .text p {
	margin-bottom: 25px;
	font-size: 24px;
}
.banner .text label {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images/icon1.png) no-repeat center center;
	margin: 25px auto 0;
	display: none;
}
.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin: 0 15px;
	opacity: .5;
}
.owl-theme .owl-dots {
	margin-bottom: 40px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	opacity: 1;
}
.banner .img1 {
	overflow: hidden;
	/*padding-top: 156px;*/
}
/*----------mainer----------*/
.mainer {
}
.page {
	padding: 70px 0;
}
.page_tit {
	text-align: center;
	margin-bottom: 40px;
}
.page_tit h3 {
	font-size: 30px;
	font-weight: normal;
}

.page_tit h1 {
	font-size: 30px;
	font-weight: normal;
}

.page_tit label {
	display: block;
	margin: 15px auto;
	width: 44px;
	height: 3px;
	background: #007eff
}
.page_tit p {
	color: #c1c1c1;
	margin-top: 15px;
	text-transform: uppercase;
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: #1a1a1a;
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #1a1a1a !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #1a1a1a;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
}
.full li a:hover label {
	left: unset;
	right: 100%;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a .lbl_img img{
    max-width: 140px;
}
.full li a span.span1 {
	background-image: url(../images/full1.png);
}
.full li a span.span2 {
	background-image: url(../images/full2.png);
}
.full li a span.span3 {
	background-image: url(../images/full3.png);
}
.full li a span.span4 {
	background-image: url(../images/full4.png);
}
.tit_nav {
	text-align: center;
}
.tit_nav ul li {
	display: inline-block;
	padding: 0 35px;
	border-left: 1px solid #e7e3e2;
	/*margin-bottom: 10px;*/
}
.tit_nav ul li:first-child {
	border-left: none;
}
.tit_nav ul li a {
	color: #666;
}
.tit_nav ul li.on a, .tit_nav ul li a:hover {
	/*color: #cd1821;*/
}
.yewu_owl {
	margin-top: 60px;
}
.yewu_owl .list {

}
.yewu_owl .list ul li {
	float: left;
	width: 24%;
	text-align: center;
    border: solid 1px #f4f4f4;
    /* padding: 0px 10px; */
    margin: 4px 4px;
    height: 229px;
}

.yewu_owl .list ul li label{
    display: block;
    height: 28px;
    width: 28px;
    background: url(../images/icon10.png) no-repeat center center;
    margin: -10px auto 0;
    display: none;
}

.yewu_owl .list ul li .item-img img{
    border-radius: 50px;
    width: 100px;
}

.yewu_owl .list ul li:hover{
    background: #b41f27;
}

.yewu_owl .list ul li:hover .item-img img{
    border-radius: 50px;
    width: 100px;
}

.yewu_owl .list ul li:hover label{
    display: block;
}

.yewu_owl .list ul li:hover .item-title{
    color: #fff;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.yewu_owl .list ul li:hover .item-img{
    padding-top: 30px;
}


.yewu_owl .list ul li .item-img{
    padding-top: 60px;
}

.yewu_owl .list ul li .item-title{
    padding-bottom: 40px;
    font-size: 18px;
}

.yewu_owl .list ul li a {
	display: block;
	text-align: center;
}
.yewu_owl .list ul li .box {
	padding-top: 50px;
}
.yewu_owl .list ul li span {
	display: block;

}

.page-wrap{
    display: flex;
    padding-top: 60px;
    justify-content: center;
}

.page-wrap .page-list{
    float: left;
    width: 16.6666%;

}

.page-wrap .page-list a{
    padding: 18px 36px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    background-color: #b1b1b1;
    /*border: solid 1px #f3f3f3;*/
    /*box-shadow: 0px 3px 4px #bfbfbf;*/
}

.page-wrap .page-list.active a{
    background-color: #dc251f;
    /*font-weight: 600;*/
    /*border: solid 0px;*/
    color: #fff;
}

/*产品列表页开始*/

.pro-wrap .wrap-title{
    float: left;
    width: 16%;
}

.pro-wrap .wrap-title .pro-list li{
    display: flex;
    justify-content: space-between;
    background-color:#dd281b;
    /* width: 80%; */
    /*width: 220px;*/
    text-align: center;
}


.pro-list .pro-list-title{
    display: none;
}

.pro-list .pro-list-content.active .pro-list-title{
    display: inline-block;
}

.pro-list .pro-list-content.active.activeone .pro-list-title{
    display: none;
}

.pro-wrap .wrap-title .pro-list .tag-head{
    width: 16px;
    height: 16px;
    float: right;
    font-size: 20px;
    color: #000;
    /* background-color: #000; */
    height: 50px;
    line-height: 50px;
}

.pro-wrap .wrap-title .pro-list .tag-head img{
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    transform: rotate( 360deg);
}

.pro-wrap .wrap-title .pro-list-content.active .tag-head img{
   -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    transform: rotate( 450deg); 
}

.pro-wrap .wrap-list{
    float: right;
    width: 83%;
}

.pro-wrap .wrap-title li{
    width: 100%;
    border-left: 0px solid #e7e3e2;
}

.pro-wrap .wrap-title li a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding-left: 20px;
    /*background-color: #f7f7f7;*/
    font-weight: 400;
    color: #fff;
}

.pro-wrap .wrap-title li a:hover{
    /*background: #0093dd url(/skin/images/jt.png) right 26px center no-repeat;*/
    color: #fff;
}

.page_news.pro-wrap .wrap-list li{
    float: left;
    padding: 0px 18px;
    border: solid 1px #f3f3f3;
    margin: 10px;
    width: 18%;
    text-align: center;
}

.pro-wrap .wrap-title dd{
    display: inline-block;
    padding: 0 35px;
    margin-bottom: 10px;
    width: 100%;
    border: solid 1px #e5e5e5;
    line-height: 38px;
    margin: 0px;
    border-top: 0px;
}

/*产品列表页结束*/

.news-box.w1450px{
    padding-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-box.w1450px .news-item.clearfloat{

    float: left;
    margin-right: 42px;
}

#container {
            width: 500px;
            height: 820px;
            margin: 0 auto;
        }

        .form-wrap {
            position: relative;
            width: 400px;
            margin: 0 auto;
        }

        input, button {
            border: none;
            outline: none;
        }

        .form-list {
            width: 100%;
            height: 42px;
            padding-left: 13px;
        }

        button {
            height: 42px;
            width: 42px;
            cursor: pointer;
            position: absolute;
        }

        .bar1 input {
            border: 2px solid #dd2317;
            border-radius: 5px;
            background: #F9F0DA;
            color: #9E9C9C;
        }
        .bar1 button {
            top: 0;
            right: 0;
            background: #dd2317;
            border-radius: 0 5px 5px 0;
        }
        .bar1 button:before {
            content: "\f002";
            font-family: FontAwesome;
            font-size: 16px;
            color: #F9F0DA;
        }


.yewu_owl .list .wow_list{
    /*display: flex;*/
    /*justify-content: center;*/
}

.show-list{
    display: none;
}

.show-list.active{
    display: block;
}


.yewu_owl .list .wow_list li img{
    /*padding-top: 20px ;*/
    /*padding-bottom: 10px;*/
}


.yewu_owl .list ul li span.span1 {
	background: url(../images/ntra.jpg) no-repeat center center;
}
.yewu_owl .list ul li span.span2 {
	background: url(../images/telec.jpg) no-repeat center center;
}
.yewu_owl .list ul li span.span3 {
	background: url(../images/jate.jpg) no-repeat center center;
}
.yewu_owl .list ul li span.span4 {
	background: url(../images/kc.jpg) no-repeat center center;
}
.yewu_owl .list ul li span.span5 {
	background: url(../images/fcc.jpg) no-repeat center center;
}
.yewu_owl .list ul li span.span6 {
	background: url(../images/ce.jpg) no-repeat center center;
}
.yewu_owl .list ul li span.span7 {
	background: url(../images/imda.jpg) no-repeat center center;
}
.yewu_owl .list ul li span.span8 {
	background: url(../images/srrc.jpg) no-repeat center center;
}
.yewu_owl .list ul li .text {
	margin-top: 30px;
}
.yewu_owl .list ul li .text p {
	font-size: 18px;
}
.yewu_owl .list ul li .text label {
	display: block;
	height: 28px;
	width: 28px;
	background: url(../images/icon10.png) no-repeat center center;
	margin: 23px auto 0;
	display: none;
}
.yewu_owl .list ul li a:hover {
	/*background: #b41f27;*/
}
.yewu_owl .list ul li a:hover .box {
	padding-top: 20px;
}
.yewu_owl .list ul li a:hover span {
	border-color: #fff;
}
.yewu_owl .list ul li a:hover span.span1 {
	background: url(../images/ntra.jpg) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span2 {
	background: url(../images/telec.jpg) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span3 {
	background: url(../images/jate.jpg) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span4 {
	background: url(../images/kc.jpg) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span5 {
	background: url(../images/fcc.jpg) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span6 {
	background: url(../images/ce.jpg) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span7 {
	background: url(../images/imda.jpg) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span8 {
	background: url(../images/srrc.jpg) no-repeat center center;
}
.yewu_owl .list ul li a:hover .text {
	margin-top: 20px;
}
.yewu_owl .list ul li a:hover .text p {
	color: #fff;
}
.yewu_owl .list ul li a:hover .text label {
	display: block;
}
.index_case {
	margin-top: 80px;
}
.index_tit .tit {
}
.index_tit .tit h3 {
	font-weight: normal;
	font-size: 26px;
}

.index_tit .tit h1 {
	font-weight: normal;
	font-size: 26px;
}

.index_tit .tit span {
	display: inline-block;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #c1c1c1;
	vertical-align: bottom;
	margin-left: 10px;
	padding-left: 24px;
	background: url(../images/icon11.png) no-repeat left bottom;
	text-transform: uppercase;
}
.index_tit .tit_nav {
	margin-top: 12px;
}
.index_case .list {
	margin-top: 40px;
}
.index_case .list ul {
	margin: 0 -1.5%;
}
.index_case .list ul li {
	float: left;
	width: 30.333%;
	margin: 15px 1.5%;
}
.index_case .list ul li a {
	display: block;
	padding-bottom: 20px;
}
.index_case .list ul li .img {
}
.index_case .list ul li .img img {
	display: block;
	width: 100%;
}
.index_case .list ul li .web {
	padding: 35px 20px 30px;
	border-bottom: 1px solid #e7e3e2;
}
.index_case .list ul li .web h3 {
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_case .list ul li .web p {
	line-height: 26px;
	color: #999;
	margin-top: 18px;
	height: 52px;
	overflow: hidden;
}
.index_case .list ul li label {
	display: block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
}
.index_case .list ul li a:hover {
	background: #00994e;
}
.index_case .list ul li a:hover .web {
	border-color: #33ae71;
}
.index_case .list ul li a:hover .web h3 {
	color: #fff;
}
.index_case .list ul li a:hover p {
	color: #fff;
}
.index_case .list ul li a:hover label {
	background: #fff;
	border-color: #fff;
	color: #00994e;
}
.div_btn {
	text-align: center;
	margin-top: 40px;
}
.div_btn #tj {
	display: inline-block;
	width: 148px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e7e3e2;
	color: #666;
	background: #fff; cursor:pointer
}
.div_btn #tj:hover {
	background: #cd1821;
	color: #fff;
	border-color: #cd1821;
}
.page.page1 {
	background: #f4f4f4;
}
.index_about {
}
.index_about .item {
	background: #fff;
	padding: 37px 0;
	margin-bottom: 60px;
	box-shadow: 0 0 26px rgba(229,229,229,0.9);
}
.index_about .item ul li {
	float: left;
	width: 33.33%;
	margin-bottom: 30px;
	text-align: center;
	border-left: 1px solid #e7e3e2;
	margin-left: -1px;
	padding: 8px 0 10px;
}
.index_about .item ul li:nth-child(4),.index_about .item ul li:nth-child(5),.index_about .item ul li:nth-child(6){
    margin-bottom: 0;
}
.index_about .item ul li:first-child {
	border-left: none;
}
.index_about .item ul li:hover font{
    transform: translateY(-20px);
}
.index_about .item ul li:hover p{
    margin-top: 20px;
    transform: translateY(-30px);
}
.index_about .item ul li font {
    display: block;
	font-weight: bold;
	font-size: 36px;
}
.index_about .item ul li font em {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #999;
	vertical-align: top;
	margin-left: 5px;
}
.index_about .item ul li p {
	color: #999;
	margin-top: 20px;
}
.index_about .web {
	text-align: center;
	margin: 0 auto;
	max-width: 915px;
}
.index_about .web p {
	line-height: 32px;
	color: #666;
}
.index_about .more{
    display: inline-block;
    padding: 10px 50px;
    border: 1px solid  #dc261e;
}
.index_about .more:hover{
    color: #fff;
    background-color: #dc261e;
}
.index_team {
	margin-top: 60px;
}
.index_team .item {
}
.index_team .item a {
	display: block;
	padding-bottom: 20px;
}
.index_team .item .img {
	overflow: hidden;
}
.index_team .item .img img {
	display: block;
	width: 100%;
}
.index_team .item .web {
	padding: 30px 20px;
	border-bottom: 1px solid #e7e3e2;
}
.index_team .item .web h3 {
	font-weight: normal;
	font-size: 18px;
}
.index_team .item .web h3 span {
	float: right;
	color: #999;
	font-size: 14px;
}
.index_team .item .web p {
	line-height: 26px;
	color: #999;
	margin-top: 18px;
	height: 52px;
	overflow: hidden;
}
.index_team .item label {
	display: block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
}
.index_team .item a:hover {
	background: #00994e;
}
.index_team .item a:hover .web {
	border-color: #33ae71;
}
.index_team .item a:hover .web h3 {
	color: #fff;
}
.index_team .item a:hover .web h3 span {
	color: #fff;
}
.index_team .item a:hover p {
	color: #fff;
}
.index_team .item a:hover label {
	background: #fff;
	border-color: #fff;
	color: #00994e;
}
.index_news {
	/*margin-top: 80px;*/
}
.index_news .left {
	float: left;
	width: 535px;
	margin-right: 80px;
	margin-top: 60px;
}
.index_news .left .img {
}
.index_news .left .img img {
	display: block;
	width: 100%;
}
.index_news .left .web {
	background: #1a1a1a;
}
.index_news .left .web h3 {
	line-height: 80px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: normal;
	color: #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ccc;
}
.index_news .left .web .text {
	padding: 23px 20px;
}
.index_news .left .web .text p {
	line-height: 26px;
	color: #ccc;
	height: 52px;
	overflow: hidden;
}
.index_news .left .web .text span {
	color: #ccc;
	display: block;
	margin-top: 20px;
}
.index_news .list {
	overflow: hidden;
	margin-top: 60px;
	border-top: 1px solid #e7e3e2;
}
.index_news .list ul li {
	line-height: 84px;
	border-bottom: 1px solid #e7e3e2;
}
.index_news .list ul li a {
	display: block;
	padding: 0 120px 0 20px;
	position: relative;
}
.index_news .list ul li p {
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 24px;
	background: url(../images/icon12.png) no-repeat left center;
}
.index_news .list ul li p span {
	display: block;
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 20px;
	background-position: right center;
}
.index_news .list ul li a:hover p {
	color: #cd1821;
	background: url(../images/icon12-1.png) no-repeat left center;
}
.index_news .list ul li a:hover span {
	padding-right: 20px;
	background: url(../images/icon13.png) no-repeat right center;
}

/*首页检测机构开始*/

.jcjg .jcjg-title{
    text-align: center;
}

.jcjg .jcjg-title h2{
    font-size: 30px;
    font-weight: normal;
}

.jcjg .jcjg-list .hdp-item.item-img{
    padding: 10px;
    text-align: center;
}

.jcjg .jcjg-list .hdp-item.item-img .jcjg-img{
    padding-bottom: 10px;
    
}

.jcjg .jcjg-list .hdp-item.item-img span{
    font-size: 18px;
}

.jcjg .swiper-father .swiper-button-prev {
    left: -90px;
    color: #de2218;
}

.jcjg .swiper-father .swiper-button-next {
    right: -90px;
    color: #de2218;
}

#swiper1 .swiper-button-prev {
    left: 130px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    background: #000;
    opacity: 0.5;
}

#swiper1 .swiper-button-prev:after {
    color: #fff;
    font-size: 22px;
}

#swiper1 .swiper-button-next {
    right: 130px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    background: #000;
    opacity: 0.5;
}

#swiper1 .swiper-button-next:after {
    color: #fff;
    font-size: 22px;
}


/*首页检测机构结束*/




.page_team {
}
.page_team .list {
}
.page_team .list ul {
	margin: 0 -1%;
}
.page_team .list ul li {
	float: left;
	width: 23%;
	margin: 15px 1%;
}
.page_team .list ul li a {
	display: block;
	padding-bottom: 20px;
}
.page_team .list ul li .img {
	overflow: hidden;
}
.page_team .list ul li .img img {
	display: block;
	width: 100%;
}
.page_team .list ul li .web {
	padding: 30px 20px;
	border-bottom: 1px solid #e7e3e2;
}
.page_team .list ul li .web h3 {
	font-weight: normal;
	font-size: 18px;
}
.page_team .list ul li .web h3 span {
	float: right;
	color: #999;
	font-size: 14px;
}
.page_team .list ul li .web p {
	line-height: 26px;
	color: #999;
	margin-top: 18px;
}
.page_team .list ul li label {
	display: block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
}
.page_team .list ul li a:hover {
	background: #00994e;
}
.page_team .list ul li a:hover .web {
	border-color: #33ae71;
}
.page_team .list ul li a:hover .web h3 {
	color: #fff;
}
.page_team .list ul li a:hover .web h3 span {
	color: #fff;
}
.page_team .list ul li a:hover p {
	color: #fff;
}
.page_team .list ul li a:hover label {
	background: #fff;
	border-color: #fff;
	color: #00994e;
}
.page_case .index_case {
	margin-top: 0;
}
.page_case .index_case .list {
	margin-top: 25px;
}
.company_profile {
    line-height: 150%;
}
.company_profile .pic {
}
.company_profile .pic img {
	display: block;
	width: 100%;
}
.company_profile .web {
}
.company_profile .web .text {
	padding: 45px 0;
	border-top: 1px solid #e7e3e2;
}
.company_profile .web .text:first-child {
	border-top: none;
}
.company_profile .web h3 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 30px;
}
.company_profile .web p {
	line-height: 32px;
	color: #333;
	text-align: justify;
}
.development_history {
	margin-left: 117px;
	border-left: 1px solid #c4c4c4;
}
.development_history ul li {
	padding-left: 43px;
	margin-top: 30px;
	position: relative;
}
.development_history ul li:first-child {
	margin-top: 0;
}
.development_history ul li span {
	display: block;
	width: 124px;
	font-size: 32px;
	color: #999;
	background: url(../images/icon16.jpg) no-repeat right center;
	position: absolute;
	left: -117px;
	top: 17px;
}
.development_history ul li .web {
	background: #f4f4f4;
	min-height: 128px;
	padding: 18px 40px 18px 20px;
}
.development_history ul li .web p {
	line-height: 32px;
	color: #666;
	text-align: justify;
}
.corporate_honor {
}
.corporate_honor ul {
	margin: 0 -1.5%;
}
.corporate_honor ul li {
	float: left;
	width: 22%;
	margin: 10px 1.5%;
}
.corporate_honor ul li .img {
}
.corporate_honor ul li .img img {
	display: block;
	width: 100%;
}
.corporate_honor ul li .web {
	text-align: center;
}
.corporate_honor ul li .web p {
	line-height: 80px;
	font-size: 18px;
}
.recruit {
}
.recruit ul li {
	margin-top: 20px;
}
.recruit ul li .top {
	background: #f4f4f4;
	padding: 23px 30px;
	line-height: 32px;
	position: relative;
	cursor: pointer;
}
.recruit ul li .top h3 {
	font-weight: normal;
	font-size: 22px;
	background: url(../images/icon17.png) no-repeat right center;
}
.recruit ul li .top span {
	display: inline-block;
	width: 215px;
	color: #333;
}
.recruit ul li .top label {
}
.recruit ul li .top label em {
	font-style: normal;
	font-size: 14px;
	color: #666;
	margin-left: 80px;
}
.recruit ul li .top label em:first-child {
	margin-left: 0;
}
.recruit ul li .slide {
	box-shadow: 0 0 16px rgba(88,96,94,0.1);
	display: none;
	transition: all 0s;
}
.recruit ul li .web {
	padding: 0 30px 10px;
}
.recruit ul li .web .text {
	padding: 40px 0 20px;
	border-top: 1px solid #d9d9e0;
}
.recruit ul li .web .text:first-child {
	border-top: none;
}
.recruit ul li .web h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}
.recruit ul li .web p {
	line-height: 32px;
	color: #666;
}
.recruit ul li.on .top, .recruit ul li .top:hover {
	background: #00994e;
}
.recruit ul li .top:hover h3 {
	background: url(../images/icon17-2.png) no-repeat right center;
}
.recruit ul li.on .top h3 {
	background: url(../images/icon17-1.png) no-repeat right center;
}
.recruit ul li.on .top:hover h3 {
	background: url(../images/icon17-1.png) no-repeat right center;
}
.recruit ul li.on .top h3 span, .recruit ul li.on .top h3 em, .recruit ul li .top:hover h3 span, .recruit ul li .top:hover h3 em {
	color: #fff;
}
.details {
}
.details .tit {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e3e2;
}
.details .tit h3 {
	font-weight: normal;
	font-size: 22px;
}
.details .tit p {
	color: #666;
	margin-top: 20px;
}
.details .web {
}
.details .web p {
	line-height: 32px;
	color: #666;
	text-align: justify;
	margin-top: 32px;
}
.details .web img {
	display: block;
	margin: 32px auto 0;
}
.team_det {
}
.team_det .pic {
	float: left;
	width: 370px;
	margin-right: 60px;
}
.team_det .pic img {
	display: block;
	width: 100%;
}
.team_det .web {
	overflow: hidden;
}
.team_det .web .tit {
	padding-top: 20px;
}
.team_det .web .tit h3 {
	font-size: 18px;
	font-weight: normal;
}
.team_det .web .tit p {
	color: #999;
	margin-top: 18px;
}
.team_det .web .text {
	margin-top: 23px;
}
.team_det .web .text p {
	line-height: 32px;
	color: #666;
	text-align: justify;

}
.team_det .web .prev_next {
	border-top: 1px solid #e7e3e2;
	text-align: right;
	padding-top: 20px;
}
.team_det .web .prev_next a {
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	margin-left: 20px;
	color: #666;
}
.team_det .web .prev_next a:hover {
	background: #00994e;
	border-color: #00994e;
	color: #fff;
}
.contact {
	border-top: 1px solid #e7e3e2;
	padding-top: 60px;
}
.contact .item {
}

.contact .item ul{
    width: 28%;
    float: left;
}

.contact .item ul h2{
    font-size: 20px;
    padding-bottom: 32px;
    padding-top: 28px;
}

.contact .item .lxwm-dt{
    float: right;
    width: 70%;
}

.contact .item ul p{
    padding-bottom: 10px;
}


.contact .item ul li {
	float: left;
	width: 33.333%;
	height: 40px;
	line-height: 20px;
}
.contact .item ul li.li2 {
	text-align: center;
}
.contact .item ul li.li3 {
	text-align: right;
}
.contact .item ul li span {
	display: inline-block;
	height: 40px;
	padding-left: 65px;
}
.contact .item ul li span.span1 {
	background: url(../images/icon18.png) no-repeat left center;
}
.contact .item ul li span.span2 {
	background: url(../images/icon19.png) no-repeat left center;
}
.contact .item ul li span.span3 {
	background: url(../images/icon20.png) no-repeat left center;
}
.contact .tab {
	margin-top: 60px;
}
.contact .tab .list {
	/*float: left;*/
	width: 408px;
	margin-right: 30px;
	margin: auto;
	
}
.contact .tab .list ul li {
	margin-top: 20px;
}
.contact .tab .list ul li:first-child {
	margin-top: 0;
}
.contact .tab .list ul li .div_inp {
	line-height: 46px;
	padding: 0 20px;
	background: #f4f4f4;
}
.contact .tab .list ul li .div_inp input {
	border: none;
	background: none;
	width: 100%;
	line-height: 46px;
	height: 46px;
}
.contact .tab .remarks {
	overflow: hidden;
}
.contact .tab .remarks .div_textarea {
	background: #f4f4f4;
	padding: 13px 20px;
}
.contact .tab .remarks .div_textarea textarea {
	border: none;
	resize: none;
	width: 100%;
	background: none;
	height: 150px;
}
.page_news {
}
.page_news .list {
}
.page_news .list ul li {
	margin-top: 40px;
	position: relative;
}
.page_news .list ul li a {
	display: block;
}
.page_news .list ul li .img {
	float: left;
	width: 322px;
}
.page_news .list ul li .img img {
	display: block;
	width: 100%;
}
.page_news .list ul li .web {
	overflow: hidden;
	padding: 40px 220px 0 55px;
	background: #fff;
}
.page_news .list ul li .web h3 {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding-right: 100px;
}
.page_news .list ul li .web h3 span {
	float: right;
	font-size: 16px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}
.page_news .list ul li .web p {
	line-height: 32px;
	color: #666;
	margin-top: 20px;
}
.page_news .list ul li .line {
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 163px;
	background: #e7e3e2;
}
.page_news .list ul li .btn {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -16px;
}
.page_news .list ul li .btn label {
	display: inline-block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e7e3e2;
	text-align: center;
	color: #666;
}
.page_news .list ul li a:hover {
	box-shadow: 0 0 16px rgba(88,96,84,0.1);
}
.page_news .list ul li a:hover .line {
	background: #fff;
}
.page_news .list ul li a:hover .btn label {
	background: #cd1821;
	border-color: #cd1821;
	color: #fff;
}
.details.news_det {
}
.details.news_det .tit {
	text-align: left;
}
.details.news_det .tit p span {
	float: right;
	color: #d9d9e0;
}
.details.news_det .tit p span a {
	color: #666;
	margin: 0 20px;
}
.details.news_det .tit p span a:hover {
	color: #cd1821
}
/*----------footer----------*/
.footer {
}
.ft_top {
	background: #f8f8f8;
	padding: 12px 0;
}
.ft_top .left {
	float: left;
}
.ft_logo {
	margin-top: 25px;
}
.ft_logo a {
	display: inline-block;
}
.ft_logo a img {
	display: block;
}
.f_nav {
	margin-top: 32px;
}
.f_nav ul li {
	float: left;
	margin-right: 30px;
	line-height: 25px;
}
.f_nav ul li a {
	color: #666;
}
.f_nav ul li a:hover{
    color: #cd1821;
}
.ft_top .right {
	float: right;
}
.ft_top .right .ewm {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 25px;
}
.ft_top .right .ewm img {
	display: block;
	width: 100%;
}
.ft_top .right .web {
	overflow: hidden;
	padding-top: 10px;
    display: inline-grid;
}
.ft_top .right .web p {
	line-height: 34px;
	color: #666;
	
}

.ft_top .right .web p img{
    width: 20px;
    padding-top: 6px;
    float: left;
    margin-right: 10px;
}

.ft_top .right .web .text {
	margin-top: 30px;
}
.ft_top .right .web p font {
	font-size: 22px;
}
.foot_bq {
	text-align: center;
	padding: 20px 0;
}
.foot_bq p {
	color: #666;
	line-height: 26px;
}
.foot_bq p a {
	color: #666;
}
.foot_bq p a:hover{
    color: #cd1821;
}
.pagesize {
	text-align: center;
	margin-top: 45px;
}
.pagesize a {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 34px;
	margin: 3px 2px;
	background: #f4f4f4;
	color: #666;
	vertical-align: top;
}
.pagesize a.prev {
	background: #f4f4f4 url(../images/icon14.png) no-repeat center center;
}
.pagesize a.next {
	background: #f4f4f4 url(../images/icon15.png) no-repeat center center;
}
.pagesize a:hover, .pagesize a.on {
	background: #00994e;
	color: #fff;
}
.pagesize a.prev:hover {
	background: #00994e url(../images/icon14-1.png) no-repeat center center;
}
.pagesize a.next:hover {
	background: #00994e url(../images/icon15-1.png) no-repeat center center;
}
/*----------custom----------*/

 


.banner_owl {
	position: relative;
}
.owl_cur {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	height: 0;
	left: 5%;
	right: 5%;
	z-index: 10
}
.owl_cur span {
	display: block;
	width: 30px;
	height: 70px;
	background-color: rgba(255,255,255,0.2);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.owl_cur span:hover {
	background-color: rgba(255,255,255,0.5);
}
.owl_cur span.prev {
	background-image: url(../images/cur4.png);
	float: left;
}
.owl_cur span.next {
	float: right;
	background-image: url(../images/cur3.png)
}
.index_team .owl-theme .owl-controls {
	bottom: auto;
	top: 100px;
	left: -5%;
	right: -5%;
	width: auto;
}
.index_team .owl-theme .owl-controls .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 70px;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
}
.index_team .owl-theme .owl-controls .owl-nav .owl-prev {
	background-image: url(../images/cur5.png);
	float: left;
}
.index_team .owl-theme .owl-controls .owl-nav .owl-next {
	background-image: url(../images/cur6.png);
	float: right;
}
 @media only screen and (max-width: 1350px) {
.index_team .owl-theme .owl-controls {
	left: -15px;
	right: -15px;
}
}
 @media only screen and (max-width: 1200px) {
.index_news .left {
	width: 50%;
	margin-right: 30px;
}
.ft_top .left {
	max-width: 50%;
}
.index_news .list ul li {
	line-height: 78px;
}
}
@media only screen and (max-width: 1000px) {
.header {
	background: #fff;
}
.menu {
	position: fixed;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: #fff;
}
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0
}
.menu ul li a {
	line-height: 45px;
	font-size: 18px;
}
.menu ul {
	padding-top: 60px;
}
.header .logo {
	position: relative;
	z-index: 1001;
	line-height: 60px;
}
.menu_wrap {
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #00994e;
	background-size: 25px auto;
	right: 5px;
}
.h_menu .menu_wrap {
	background: url(../images/menu-1.png) no-repeat center center #00994e;
	background-size: 25px auto;
}
.h_menu .menu {
	left: 0;
}
.header {
	line-height: 60px;
}
.mainer {
	padding-top: 60px;
}
.menu ul li {
	width: auto;
	margin: 0 20px;
}
.menu ul li h3 a {
	height: 40px;
	line-height: 40px;
}
.menu ul li .drop {
	position: initial;
}
.menu ul li .drop ul {
	background: none;
	padding: 0;
}
.menu ul li .drop ul li a {
	color: #000
}
.menu ul li .drop ul li.in a, .menu ul li .drop ul li a:hover {
	color: #00994e
}
.menu ul li.on h3 a, .menu ul li:hover h3 a {
	border-bottom-width: 1px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
}
}
 @media only screen and (max-width: 900px) {
.banner .text p {
	margin-bottom: 10px;
}
.banner .text h2 {
	font-size: 40px;
}
.banner .text label {
	display: none;
}
.page {
	padding: 50px 0
}
.page_tit {
	margin-bottom: 20px;
}
.yewu_owl {
	margin-top: 20px;
}
.yewu_owl .list ul li {
	width: 50%;
}
.index_tit .tit_nav {
	float: none;
	text-align: left;
	margin-top: 20px;
}
.tit_nav ul li {
	padding: 0 20px;
}
.index_case .list {
	margin-top: 15px;
}
.index_case .list ul li .web {
	padding: 15px;
}
.index_case .list ul li .web p {
	margin-top: 10px;
}
.index_case .list ul li label {
	margin-top: 10px;
	margin-left: 10px;
}
.div_btn {
	margin-top: 20px;
}
.index_about .item {
	margin-bottom: 40px;
}
.index_news .left {
	width: 100%;
	margin: 0;
	float: none;
	margin-top: 20px;
}
.index_news .left .web .text p {
	height: auto;
}
.index_news .left .web h3 {
	line-height: 60px;
}
.index_news .left .web .text {
	padding: 20px;
}
.index_news .list {
	margin-top: 30px;
}
.index_news .list ul li {
	line-height: 50px;
}
.index_news .list ul li p {
	font-size: 16px;
}
.f_nav {
	margin-top: 20px;
}
.corporate_honor ul li {
	width: 30.3%;
}
.corporate_honor ul li .web p {
	line-height: 60px;
	font-size: 16px;
}
.index_case .list ul li {
	width: 47%;
}
.contact .item ul li span {
	line-height: 30px;
	min-height: 40px;
}
.page_news .list ul li .web {
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 10px
}
.page_news .list ul li .web p {
	margin-top: 10px;
}
.tit_nav ul li:first-child {
	padding-left: 0
}
.index_tit .tit {
	float: none;
}
.page_news .list ul li .line {
	display: none;
}
.page_news .list ul li .btn {
	bottom: 20px;
	top: auto;
	left: 353px;
}
.page_news .list ul li {
	margin-top: 20px;
}
.page_team .list ul li {
	width: 30.333%;
}
.page_team .list ul li .web {
	padding: 15px;
}
.team_det .pic {
	margin-right: 30px;
}
.team_det .web .text p {
	height: auto;
	padding-bottom: 20px;
}
}
@media only screen and (max-width: 750px) {
.page_banner img {
	width: 150%;
	margin-left: -25%;
	max-width: initial;
}
.banner .text p {
	font-size: 14px;
}
.banner .text h2 {
	font-size: 20px;
}
.banner.page_banner .item .text {
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.page {
	padding: 20px 0
}
.page_tit h3 {
	font-size: 22px;
}
.contact .item ul li {
	width: 100%;
	clear: both;
	text-align: left !important;
	margin-bottom: 10px;
}
.contact {
	padding-top: 20px;
}
.contact .tab {
	margin-top: 20px;
}
.contact .tab .list {
	width: 100%;
	float: none;
}
.contact .tab .remarks {
	margin-top: 10px;
}
.contact .tab .list ul li {
	margin-top: 10px;
}
.ft_top .left {
	max-width: 100%;
}
.full {
	display: none;
}
.ft_top .right {
	margin-top: 20px;
}
.ft_top .right .web .text {
	margin-top: 20px;
}
.ft_top {
	padding: 20px 0
}
.foot_bq {
	padding: 10px 0
}
.company_profile .web p {
	line-height: 26px;
}
.company_profile .web .text {
	padding: 20px 0
}
.company_profile .web h3 {
	margin-bottom: 20px;
}
.development_history {
	margin-left: 0
}
.development_history ul li {
	padding-left: 0px;
}
.development_history {
	border-left: 0
}
.recruit ul li .top {
	padding: 10px;
}
.recruit ul li .top span {
	width: 100%;
}
.recruit ul li .top label em {
	margin-left: 10px;
}
.recruit ul li .web .text {
	padding: 15px 0;
}
.recruit ul li .web {
	padding: 0 15px;
}
.recruit ul li .web h3 {
	margin-bottom: 10px;
}
.recruit ul li .web p {
	line-height: 26px;
}
.corporate_honor ul li {
	width: 47%;
}
.corporate_honor ul li .web p {
	line-height: 45px;
}
.team_det .pic {
	width: 100%;
	margin: 0;
	float: none;
}
.page_team .list ul li {
	width: 100%;
	margin: 0
}
.recruit ul li .top h3 {
	white-space: normal;
	font-size: 16px;
}
.development_history ul li span {
	left: 0;
	position: initial;
}
.development_history ul li .web {
	padding: 20px;
}
.development_history ul li span {
	background-position: left center;
	padding-left: 20px;
	font-size: 20px;
	margin-bottom: 20px;
}
.page_news .list ul li .img {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.page_news .list ul li .web {
	padding: 15px 0;
}
.page_news .list ul li .btn {
	left: 0;
	position: initial;
	margin-top: 5px;
}
.page_news .list ul li .web p {
	line-height: 26px;
}
.pagesize {
	margin-top: 20px;
}
.tit_nav ul li {
	padding: 0 5px;
	line-height: 20px;
	margin: 2px 0;
}
.index_case .list ul li {
	width: 97%;
	margin: 5px 1.5%;
}
.index_about .item ul li {
	width: 50%;
	margin: 5px -1px;
}
.index_about .item ul li p {
	max-width: 90%;
	margin: 0 auto;
	line-height: 20px;
}
.index_team .owl-theme .owl-controls {
	left: 0;
	right: 0
}
.index_news .list ul li a {
	padding-left: 10px
}
.index_news .list ul li p {
	padding-left: 15px;
}
}
.details .tit h3 {
	white-space: normal;
	line-height: 1.5em;
}

/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

#maximg img{ max-width:100% !important; height:auto !important}


@charset "utf-8";
/*全局初始化样式*/
*{ outline: none;}
*,
*:before,
*:after{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,body{ overflow-x: hidden; }
html{
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body{ padding: 0; margin: 0 auto; font-size: 14px; line-height: 1.5; font-family: arial, Microsoft YaHei, '微软雅黑', '宋体'; color: #333; width: 100%; zoom: 1; 

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust: none;

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight: rgba(0, 0, 0, 0);
        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
}
.ul,
.ul li{ margin: 0; padding: 0; }
pre{ background-color: #666; padding: 1%; color: #fff; }

.header-wrap{
    background-color: #f4f4f4;
}

.demolist .ul{
    max-width: 100%;
}

.demo{ width: 100%; max-width: 1450px; margin: 0 auto;}
.demo .tibox{ font-size: 40px; margin: 0; padding-bottom: 30px; }
.demo .tibox sub{ color: #999; font-size: 12px; }

.demo .instro li:first-child{ padding-top: 0; }
.demo .instro li h3{ font-size: 20px; margin:  0; padding: 0 0 .5% 0; }
.demo table{ border-collapse: collapse; }
.demo td,
.demo th{ border: 1px solid #666; padding: 1%; line-height: 20px; }
.demo .td1,
.demo .td2{ width: 15%; text-align: center; }
.demo .td3{ width: 70%; }

.demolist{
    padding: 4px 0px;
    display: flex;
    
}

.demo-cont{
    display: flex;
    justify-content: space-between;
}

.demo-cont .demo-right{
    background-image: url(../images/tel3_ico.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    font-weight: bold;
}




.demo-cont .demo-right{
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
    width: 54%;
    padding-left: 34px;
}

.demo-cont .demo-right .demo-phone .email{
    background: url(../images/head-email.png) no-repeat left;
        padding-left: 26px;
    margin-left: 25px;
    /*color: #8b8b8b;*/
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.demo-cont .demo-right .demo-phone .weixin{
    background: url(../images/weixin_ico.png) no-repeat left;
}

.demo-cont .demo-right .demo-phone .ico:hover {
    color: #52ab40;
}

.demo-cont .demo-right .demo-phone .weixin .effect-lower-block {
    top: 30px;
    width: 110px;
    padding: 5px;
}

.demo-cont .demo-right .demo-phone .weixin:hover .effect-lower-block {
    opacity: 1;
    transform: scale(1);
}

.demo-cont .demo-right .demo-phone .sitemap{
    background: url(../images/sitemap_ico.png) no-repeat left;
}

.effect-lower .effect-lower-block {
    position: absolute;
    right: 0;
    top: 91px;
    width: 150px;
    line-height: initial;
    /* height: 50px; */
    display: block;
    border: 1px #ddd solid;
    padding: 10px 20px;
    z-index: 9;
    background: #fff;
    filter: alpha(opacity=0);
    transform-origin: 95% 0%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    transition: all 1s;
}

.demo-cont .demo-right .demo-phone .ico{
    padding-left: 26px;
    margin-left: 25px;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.demo-cont .demo-right .phone-wrap{
    float: left;
    /*width: 33%;*/
}

.demo-cont .demo-right .zyw-wrap{
    float: right;
    display: flex;
}

.demo-cont .demo-right .zyw-wrap .cn-item img{
    width: 18px;
    height: 18px;
    margin-top: 6px;
}

.demo-cont .demo-right .zyw-wrap .en-item img{
    width: 18px;
    height: 18px;
    margin-top: 6px;
}

.demo-cont .demo-right .zyw-wrap .cn-item span{
    line-height: 10px;
    float: right;
    padding-top: 10px;
    padding-left: 6px;
}

.demo-cont .demo-right .zyw-wrap .en-item span{
    line-height: 10px;
    float: right;
    padding-top: 10px;
    padding-left: 6px;
}


.demo-cont .demo-right .zyw-wrap .cn-item{
    /*background: url(../images/cn-item.png) no-repeat left;*/
    /*padding-left: 26px;*/
    /*margin-left: 25px;*/
    /* color: #8b8b8b; */
    /*font-size: 14px;*/
    /*line-height: 30px;*/
    /*position: relative;*/
}

.demo-cont .demo-right .zyw-wrap .en-item{
    /*background: url(../images/en-item.png) no-repeat left;*/
    padding-left: 26px;
    /*margin-left: 25px;*/
    /* color: #8b8b8b; */
    /*font-size: 14px;*/
    /*line-height: 30px;*/
    /*position: relative;*/
}


.demolist li{ padding-top: 3%; }
.demolist li:first-child{ padding-top: 0; }

.txt-scroll{ background-image: url(../images/ico-notice.png); background-position: 10px center; background-repeat: no-repeat; font-weight:300; }


/*txt-scroll*/
.txt-scroll{ width: 33%; height: 30px; line-height: 30px; padding: 0 5px 0 30px;padding-left: 34px; }
.txt-scroll .scrollbox{ width: 100%; white-space: nowrap; overflow:hidden; transition: all .2s; }
.txt-scroll .txt,
.txt-scroll .txt-clone{ display: inline; position: relative; }



div.search {padding: 30px 0;}

.search.bar1 form {
    position: relative;
    width: 350px;
    margin: 0 auto;
}

.search.bar1 input, button {
    border: none;
    outline: none;
}

.search.bar1 input {
    width: 100%;
    height: 54px;
    padding-left: 13px;
}

.search.bar1 button {
    height: 54px;
    width: 54px;
    cursor: pointer;
    position: absolute;
}

.cxjg-wrap{
    padding: 20px 0px;
    text-align: center;
    border-top: solid 2px;
    font-size: 20px;
}

.bar1 input {
    border: 2px solid #7BA7AB;
    border-radius: 5px;
    background: #F9F0DA;
    color: #9E9C9C;
}
.bar1 button {
    top: 0;
    right: 0;
    background: #d52824;
    border-radius: 0 5px 5px 0;
}
.bar1 button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #F9F0DA;
}

.cxxt-wrap{
    padding-bottom: 8px;
    padding-top: 20px;
    border-top: solid 2px;
    margin-top: 60px;
}

#searchResult{
    display: none;
    margin: 0 auto;
    padding: 0 30px 30px;
    max-width: 50%;
    border: 1px solid #eee;
}

#searchResult.active{
    display: block;
}

#searchResult .ce-search-result-title{
    margin-bottom: 20px;
    padding: 14px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 22px;
    color: #1a1a1a;
}

#searchResult .ce-attr-list{
    
}

#searchResult .ce-attr-item{
    display: flex;
    align-items: flex-start;
    font-size: 16px;
}

#searchResult .ce-attr-item:not(:last-child){
    margin-bottom: 10px;
}

#searchResult .ce-attr-item-title{
    width: 15em;
    font-weight: 600;
    color: #1a1a1a;
}

#searchResult .ce-attr-item-value{
    width: calc(100% - 15em);
    color: #2a2a2a;
}

.cxxt-wrap h3{
    font-size: 16px;
    padding-bottom: 6px;
}

.cxxt-wrap p{
    padding-bottom: 8px;
}
.mainer{
        margin-top: 158px;
    }

.my-map { margin: 0 auto; width: 100%; height: 300px; } 
.my-map .icon{ background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; }
     .amap-container{height: 100%;}
     .myinfowindow{width: 240px;min-height: 50px;}
     .myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
     .myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }

@media (max-width: 767px){
    .demo-cont .demo-right .demo-phone .email,.soso-inp.clearfloat,.demo-cont .demo-right .demo-phone .ico,.demo-cont .demo-right .zyw-wrap{
        display: none;
    }
    .logo{
        width: 40%;
    }
    .header {
        position: fixed;
    }
    .demo-cont .demo-right{
        width: 60%;
    }
    .header .wrap{
        padding-top: 0px;
    }
    .mainer{
        margin-top: 42px;
    }
    
    .header .menu .menu-list{
        display: block;
    }
    
    .menu .menu-list .menu-item{
        width: 60%;
    }
    
    #swiper1 .swiper-button-prev{
        left: 8px;
        height: 20px;
        border-radius: 50%;
        line-height: 20px;
        width: 20px;
    }
    
    #swiper1 .swiper-button-next{
        right: 8px;
        height: 20px;
        border-radius: 50%;
        line-height: 20px;
        width: 20px;
    }
    
    #swiper1 .swiper-button-prev:after,#swiper1 .swiper-button-next:after{
        font-size: 10px;
    }
    
    .menu ul {
        padding-top: 99px;
    }
    
    .header .wrap.fixed-top{
        box-shadow: 0 0 10px #bbb;
    }
    
    .page-wrap{
        display: block;
    }
    
    .page-wrap .page-list{
        width: 48.6666%;
        padding-bottom: 42px;
    }
    .page-wrap .page-list:nth-child(5){
        width: 100%;
    }
    .yewu_owl .list ul li {
        width: 47.6%;
    }
    .index_about .about{
        display: block;
    }
    .index_about .about .about-img{
        width: 100%;
    }
    .index_about .about .web{
        width: 92%;
    }
    .index_tit.fadeInUp {
        padding-left: 15px;
    }
    .ft_top .right{
        display: flex;
        justify-content: space-between;
    }
    .ft_top .right .ewm{
        width: 230px;
        height: 150px;
        padding-top: 16px;
    }
    .ft_top .right .web{
        padding-top: 0px;
    }
    .f_nav{
        display: none;
    }
    .ft_top {
        padding: 20px 15px;
    }
    .banner .img1{
        padding-top: 0px;
    }
    .page_banner img{
        margin-left: 0;
    }
    .banner .item .text{
        top: 48%;
    }
    .banner .text p {
        margin-bottom: 4px;
    }
    .banner .text h2 {
        font-size: 16px;
    }
    .menu .menu-list .menu-item:hover .drop{
        display: none;
    }
    .pro-wrap .wrap-title{
        width: 38%;
    }
    .pro-wrap .wrap-list {
        width: 62%;
    }
    .page_news.pro-wrap .wrap-list li{
        border: solid 1px #f3f3f3;
        margin: 2px;
        width: 48%;
        padding: 0px 2px;
    }
    .page_news .list ul li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pagess{
        margin: 0px;
        padding-top: 14px;
    }
    .pages a{
        height: 20px;
        line-height: 20px;
        padding: 0 9px;
        border-radius: 6px;
        background: #dbdbdb;
        font-size: 4px;   
    }
    .mainer .page{
        padding: 20px 15px;
    }
    .contact .item ul{
        width: 95%;   
    }
    .contact .item .lxwm-dt{
        width: 100%;
    }
}
