* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.head {
    width: 100%;
	margin:auto;
    height: 104px;
    line-height: 104px;
	background:#fff;
	z-index:999;
}

.heads {
    max-width: 1200px;
    height: 104px;
    line-height: 104px;
    width: 1200px;
		margin:auto;
}

.logo {
    float: left;
    width: 16.5%;
}

.logo img {
    width: 100%;
}

.nav {
    float: right;
    width: 76.1%;
	margin:auto;
    margin-left: 3.3%;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    margin-right: 3.5%;
    position: relative;
}

.nav ul lii {
    float: left;
    margin-right: 3.5%;
    position: relative;
	font-size: 15.5px;
    color: #666;
	font-weight:600;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    font-size: 15.3px;
    color: #666;
    display: inline-block;
    width: 86px;
}
.nav ul li a:hover {
	color:#f30;
	text-decoration:none;
	}
.detailnav {
    position: absolute;
    top: 96px;
    width: 180%;
    left: -40px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 0 21px;
    z-index: 100;
    display: none;
    z-index: 99999;
}

.nav ul li .detailnav li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    text-align: center;
}

.nav ul li.child {
    background: url(../images/navdown.png) right center no-repeat;
}

.nav ul li:hover .detailnav {
    display: block;
}
.nav ul li .detailnav li a{
    display: block;
    width: 100%;
    font-size: 15px;
}

.contact {
    width: 21%;
    float: left;
}

.contact .weixin {
    line-height: 30px;
    text-align: center;
    float: left;
    width: 40%;
    margin-top: 25px;
    font-size: 14px;
    color: #101111;
}

.tel {
    width: 60%;
    float: left;
    background: #222;
    height: 104px;
    line-height: 35px;
    padding-left: 35px;
    padding-top: 15px;
}

.tel div:first-child {
    font-size: 14px;
    color: #fff;
}

.tel div:nth-child(2) {
    font-size: 19px;
    color: #f7f7f7;
}

.menuBox {
    position: fixed;
    width: 62%;
    top: 0;
    left: -62%;
    height: 100%;
    z-index: 999999999;
    background: #222;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menuBox.active {
    left: 0;
}

.menuAll {
    position: relative;
    height: 100%;
    top: 0;
    padding-top: 43px;
}

.menuTitle {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 32px;
    border-bottom: solid 1px #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.menuTitle i.fa {
    font-size: 20px;
    line-height: 32px;
    float: left;
    margin-right: 15px;
}

.menuBody {
    height: 100%;
    overflow: auto;
}

.menuBody ul {
    padding: 0;
    margin: 0;
}

.menuBody li.ua {
    padding: 0;
    border-bottom: solid 1px #fff;
}

.menuBody li a.ua_a {
    line-height: 38px;
}

.menuBody li a {
    color: #fff;
    line-height: 36px;
    padding: 0 15px;
    font-size: 12px;
}

.menuBody li a .fa {
    float: right;
    line-height: 36px;
    font-size: 18px;
    margin-right: 15px;
}

.menuBody ul.ul2_0 {
    background: #222;
    display: none;
}

.menuBody ul {
    padding: 0;
    margin: 0;
}

.menuBody ul.ul2_0 li {
    border-top: solid 1px #fff;
    padding-left: 20px;
}

.header_phone {
    overflow: auto;
    background: #fff;
    width: 100%;
}

.banner img {
    width: 100%;
}

.search {
    width: 100%;
    overflow: hidden;
    height: 68px;
    line-height: 68px;
    background: #f7f7f7;
}

.searchs {
    max-width: 1512px;
    margin: auto;
}

.left_search {
    float: left;
}

.left_search span {
    font-size: 16px;
    color: #666666;
    float: left;
}

.left_search a {
    font-size: 15px;
    color: #3e3c3c;
    margin-left: 15px;
}

.right_search {
    float: right;
    line-height: 22px;
    margin-top: 25px;
}

.right_search form {
    width: 346px;
    height: 22px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 18px;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}

.right_search form input[type=text] {
    height: 22px;
    background: none;
    border: none;
    outline: 0;
    float: left;
}

.right_search form input[type=submit] {
    width: 21px;
    height: 21px;
    background: url(../images/image_05.jpg) center no-repeat;
    border: none;
    outline: 0;
    float: right;
}

.about {
    width: 100%;
    overflow: hidden;
}

.abouts {
    max-width: 1200px;
    margin: auto;
}

.left_ab {
    float: left;
    width: 54.1%;
    margin-top: 50px;
}

.left_ab img {
    width: 100%;
}

.right_ab {
    width: 40.3%;
    float: right;
    margin-right: 2.9%;
    margin-top: 65px;
}

.eabtitle {
    font-size: 42px;
    font-weight: 600;
    color: #c52525;
}

.eabtitle span {
    color: #444;
	font-family:"微软雅黑";
	font-size:23px;
	margin-left:25px;
    font-weight: 100;
}

.cabtitle {
    font-size: 23px;
    color: #8ab9dd;
	font-family:"微软雅黑";
	margin-top:25px;
}

.abcon {
    font-size: 14px;
    color: #464646;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 30px;
}

.shujus {
    width: 100%;
    float: left;
    margin-top:25px;
    padding-left: 5px;
	border-bottom: 1px solid #eee;
}
.shujuszi{
	font-family:微软雅黑;
	font-size:16px;
	font-weight:800;
	color:#333;
	line-height:28px;
}
.shujuszii{
	font-family:微软雅黑;
	font-size:14px;
	color:#666;
	line-height:35px;
}

.sjpic {
    width: 10%;
    float: left;
    margin-top: 10px;
	margin-right: 15px;

}

.num {
    font-size: 16px;
    color: #666;
    width: 98%;
    float: left;
}

.num span {
    font-size: 46px;
    color: #161212;
    font-weight: bold;
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 105px;
    background: url(../images/probg_02.jpg) center no-repeat;
    padding-top: 70px;
    padding-bottom: 50px;
}

.products {
    max-width: 1512px;
    margin: auto;
    overflow: hidden;
}

.ptitle {
    width: 100%;
    text-align: center;
}

.pmaintitle {
    font-size: 37px;
    color: #fff;
    font-weight: bold;
}

.ptitles {
    font-size: 22px;
    color: #fff;
}

.homeproducts {
    float: left;
    margin-top: 70px;
    overflow: hidden;
}

.homeproduct {
    display: flex;
    flex-wrap: wrap;
}

.homeproduct a {
    display: block;
    width: 430px;
    height: 596px;
    text-align: center;
    margin-left: 32px;
    margin-bottom: 40px;
    overflow: hidden;
}

.homeproduct a>img {
    width: 430px;
    height: 596px;
    overflow: hidden;
}

.homeproduct a div {
    width: 430px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    color: #464646;
    font-size: 16.5px;
    background: #fff;
}

.homeproduct a div span {
    height: 60px;
    line-height: 60px;
}

.homeproduct a:hover img {
    transform: scale(1.05);
    transition: all 0.6s;
}

.video {
    width: 100%;
    margin-top: 95px;
}

.video video {
    width: 100%;
}

.new {
    width: 1200px;
    overflow: hidden;
    margin-top: 50px;
	margin:auto;
}

.news {
    max-width: 1200px;
    margin: auto;
}

.ntitle {
    width: 100%;
    text-align: center;
}

.nmaintitle {
    font-size: 40px;
    color: #403c3c;
    font-weight: bold;
}

.ntitleline {
    width: 29px;
    border-top: 2px solid #403c3c;
    margin: 10px auto;
}

.ntitles {
    font-size: 24px;
    color: #babbbe;
}

.swiper-container.newswiper {
    width: 35.3%;
    float: left;
    margin-top: 40px;
}

.nintro {
    height: 76px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 19px;
    color: #f9f9f9;
    padding-left: 25px;
    padding-top: 20px;
}

.swiper-container.newswiper .swiper-pagination-bullet {
    border-radius: 0;
    width: 40px;
    height: 2px;
    background: #fff;
}

.swiper-container.newswiper .swiper-pagination-bullet-active {
    background: #222;
}

.swiper-container.newswiper .swiper-pagination {
    bottom: 30px;
    right: 10px;
    text-align: right;
    padding-right: 10px;
}

.right_new {
    float: right;
    width: 63.4%;
    margin-top: 40px;
}

.ndate {
    width: 106px;
    height: 112px;
    border: 1px solid #d3cccc;
    text-align: center;
    float: left;
}

.ndate div:first-child {
    font-size: 44px;
    color: #241d1d;
    margin-top: 10px;
}

.ndate div:nth-child(2) {
    font-size: 17px;
    color: #241d1d;
}

.newcon {
    width: 65.625%;
    float: left;
    margin-left: 20px;
}

.newcon div:first-child {
    font-size: 16px;
    color: #0a0909;
}

.newcon div:nth-child(2) {
    font-size: 14px;
    color: #716d6d;
    line-height: 25px;
    margin-top: 15px;
}

.newpic {
    width: 16.1%;
    float: right;
}

.newpic img {
    width: 100%;
}

.rns {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d6d5d5;
    margin-bottom: 29px;
}

.right_new .rns:last-child {
    margin-bottom: 0;
}

.rns:hover .ndate {
    border: none;
    background: #222;
}

.rns:hover .ndate div:first-child,
.rns:hover .ndate div:nth-child(2) {
    color: #fff;
}

.newmore {
    text-align: center;
    margin-top: 60px;
}

.newmore a {
    display: inline-block;
    width: 198px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 30px;
    background: #222;
    color: #fff;
    font-size: 17px;
}

.ys_bg {
    background: url(../images/shili.png) no-repeat center 0;
    height: 1039px;
    padding: 82px 0 0;
    overflow: hidden;
    margin-top: 80px;
}

.yous {
    height: 750px;
}

.yous .cp_tit {
    color: #fff;
    background: url(../images/ys_tline.png) no-repeat center 60px;
}

.yous .cp_tit span {
    color: #fff;
}

.ys_t {
    height: 143px;
    width: 672px;
    background: #fff;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 580px;
    left: 264px;
    z-index: 10;
}

.ys_t ul li {
    font-size: 20px;
    color: #333;
    float: left;
    width: 168px;
    height: 143px;
    padding: 20px 0 0;
    position: relative;
    text-align: center;
}

.ys_t ul li:before {
    content: "";
    width: 1px;
    height: 37px;
    background: #efefef;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

.ys_t ul li p {
    width: 46px;
    height: 46px;
    position: relative;
    margin: 0 auto;
}

.ys_t ul li b {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    margin: 0 auto;
}

.ys_t ul li em {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.1s ease 0.2s;
    transition: all 0.1s ease 0.2s;
    margin: 0 auto;
}

.ys_t ul li b img,
.ys_t ul li em img {
    display: block;
    width: 46px;
    height: 46px;
}

.ys_t ul li span {
    display: block;
    padding: 10px 0 0;
    line-height: 22px;
}

.ys_t ul li i {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.4);
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.ys_t ul li.on {
    background: #222;
    color: #fff;
    font-weight: bold;
    z-index: 5;
}

.ys_t ul li.on i {
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
}

.ys_t ul li.on b {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
}

.ys_t ul li.on em {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ys_t ul li:first-child:before {
    background: none;
}

.yous dl {
    position: relative;
    height: 617px;
    background: #fff;
    margin-top: 48px;
    margin-bottom: 0;
}

.yous dl dt {
    width: 960px;
    height: 617px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
}

.yous dl dt img {
    width: 960px;
    height: 617px;
}

.yous dl dd {
    width: 500px;
    float: left;
    padding: 135px 0 0 55px;
}

.yous dl dd h5 {
    height: 90px;
    border-bottom: #d6d6d6 2px solid;
    width: 500px;
    display: inline-block;
    font-size: 30px;
    color: #333;
}

.yous dl dd em {
    width: 46px;
    height: 46px;
    display: block;
    float: left;
    line-height: 0;
    margin: 6px 15px 0 0;
}

.yous dl dd em img {
    width: 46px;
    height: 46px;
}

.yous dl dd span {
    display: block;
    float: left;
    line-height: 32px;
}

.yous dl dd i {
    display: block;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.yous dl dd b {
    width: 60px;
    height: 50px;
    display: block;
    float: right;
    line-height: 0;
}

.yous dl dd b img {
    width: 60px;
    height: 50px;
}

.yous dl dd p {
    font-size: 14px;
    color: #333;
    padding: 20px 0 0;
    line-height: 30px;
}

.pr {
    position: relative;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.ban01 {
    padding: 55px 0 0;
}

.ban01_l {
    width: 900px;
}

.ban01_l b {
    background: url(../images/ban_k.png) no-repeat;
    display: block;
    width: 196px;
    height: 57px;
    line-height: 56px;
    overflow: hidden;
    font-size: 20px;
    color: #222;
    text-align: center;
    float: left;
    margin-top: 25px;
}

.ban01_lm {
    padding: 0 0 0 40px;
    width: 660px;
    float: left;
}

.ban01_lm p {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
}

.ban01_lm ul li {
    font-size: 18px;
    color: #fff;
    float: left;
    line-height: 36px;
    background: url(../images/ban_ico.png) no-repeat 0 13px;
    padding: 0 20px 0 20px;
}

.ban01_tel {
    width: 220px;
}

.ban01_tel span {
    display: block;
    text-align: center;
    height: 75px;
}

.ban01_tel b {
    display: block;
    font-size: 23px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.ban01_tel em {
    width: 22px;
    height: 22px;
    display: block;
    line-height: 0;
    margin: 0 auto;
}

.ban01_tel em img {
    width: 22px;
    height: 22px;
}

.ban01_tel a {
    font-size: 14px;
    color: #333;
    display: block;
    width: 110px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
}

.ban01_tel a {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.ban01_tel a:hover {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cp_tit span {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 3px 0 0;
}

.cp_tit {
    font-size: 40px;
    color: #333;
    text-align: center;
    height: 85px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/cp_tline.png) no-repeat center 60px;
    font-weight: bold;
}

.yous dl dd em:hover img {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.guide {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
}

.guides {
    max-width: 1512px;
    margin: auto;
}

.gds {
    width: 32.1%;
    float: left;
    margin-right: 1.8%;
    position: relative;
}

.guides .gds:last-child {
    margin-right: 0;
}

.gds .gd_pic img {
    width: 100%;
}

.oneborder {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: rgba(56, 113, 193, 0.3);
    padding-top: 7px;
}

.twoborder {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    background: rgba(56, 113, 193, 1);
    margin-left: 7px;
    text-align: center;
}

.gd_tip {
    position: absolute;
    left: 40%;
    top: 30%;
    text-align: center;
}

.gd_n {
    font-size: 26px;
    color: #fff;
    margin-top: 10px;
}

.guides .gds:first-child .twoborder {
    padding-top: 28px;
}

.guides .gds:nth-child(2) .twoborder {
    padding-top: 20px;
}

.guides .gds:nth-child(3) .twoborder {
    padding-top: 20px;
}

.de_detail {
    width: 100%;
    height: 100%;
    background: rgba(56, 113, 193, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    display: none;
}

.de_detail_border {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    text-align: center;
    padding: 0 35px;
}

.de_detail_border div:first-child {
    font-size: 26px;
    color: #fff;
    margin-top: 30px;
}

.de_detail_border div:nth-child(2) {
    font-size: 14px;
    color: #fff;
    text-indent: 1em;
    line-height: 25px;
    margin-top: 40px;
}

.de_detail_border div:nth-child(3) a {
    display: inline-block;
    height: 37px;
    width: 156px;
    line-height: 33px;
    border-radius: 30px;
    border: 2px solid #fff;
    font-size: 15px;
    color: #fff;
    margin-top: 35px;
}

.de_detail_border div:nth-child(3) a span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    background: #ecebeb;
    float: left;
    border-radius: 100%;
    margin-top: 2px;
    margin-left: 2px;
    font-size: 20px;
    color: #222;
}

.foot {
	background:url(../Images/foot_bj.jpg);
    width: 100%;
	height:300px;
    margin-top: 100px;
    padding-top: 35px;
    padding-bottom: 5px;
}

.foots {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0 15px;
}

.backtop {
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: #e50014;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    display: block;
    margin: auto;
    margin-top: -60px;
}

.left_ft {
    float: left;
}

.left_ft div:first-child {
    font-size: 29px;
    color: #fff;
    font-weight: bold;
}

.left_ft div:nth-child(2) {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.right_ft {
    float: right;
}

.saoma {
    float: left;
    text-align: center;
    margin-left: 25px;
}

.saoma p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.ftop {
    overflow: hidden;
    padding-top: 30px;

}
.ftop_zuo {
	width:394;
	height:auto
    overflow: hidden;
	float:left;


}
.ftop_you {
	width:304;
	height:auto;
    overflow: hidden;
		float:left;
	margin-left:58px;


}
.ftop_left0{width:200px;
            height:auto;
				overflow:hidden;
}
.ftop_left{width:40px;
           height:auto;
		   margin-left:15px;
		   font-family:"微软雅黑";
		   font-size:14px;
		   color:#FFF;
		   line-height:32px;
		   float:left;
}
.ftop_left1{
	       width:80px;
           height:auto;
			font-family:"微软雅黑";
		   font-size:14px;
		   color:#FFF;
		   line-height:32px;
		   float:left;
}

.ftop_left_se{
	         background:url(../Images/foot_01.png);
	         width:83px;
			 height:1px;

			 margin-left:55px;
			 margin-top:15px;
}
.ftop_left_con{
		     width:353px;
			 height:auto
			 margin-bottom:35px;
			 margin-left:47px;
			 margin-top:15px;
			font-family:"微软雅黑";
		   font-size:13px;
		   color:#FFF;
		   line-height:32px;
}
.ftop_left_con uul{
	font-family:"微软雅黑";
	font-size:28px;
	color:#FFF;
	line-height:35px;
}
.blist {
    overflow: hidden;
    margin-top: 35px;
}

.contactstitle {
    font-size: 22.5px;
    color: #fff;
    margin-bottom: 25px;
}

.contacts ul li {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
	line-height:30px;
}

.contacts {
    float: left;
    margin-right: 13.8%;
}

.pros {
    width: 32.4%;
    float: left;
    margin-right: 10.5%;
}

.pros ul li {
    float: left;
    width: 50%;
}

.protitle,
.abltitle {
    font-size: 17px;
    color: #f5f5f5;
}

.proline,
.abltitleline {
    width: 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 15px;
}

.pros ul li,
.ablist ul li {
    margin-top: 10px;
}

.pros ul li a,
.ablist ul li a {
    font-size: 14px;
    color: #cbc9c9;
}

.ablist {
    float: left;
    margin-right: 13.5%;
}

.ablist.newlist {
    margin-right: 0;
}
.copy_bj {
    width: 100%;
	margin:auto;
    overflow: hidden;
    background: #444;
    height: 50px;
    line-height: 50px;
}
.copy {
    width: 1200px;
	margin:auto;
    overflow: hidden;
    background: #444;
    height: 50px;
    line-height: 50px;
}

.copys {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.left_copy {
	text-align:center;
    font-size: 13px;
    color: #b0abab;
}

.left_copy a {
    font-size: 13px;
    color: #b0abab;
    margin-right: 15px;
}

.right_copy {
    float: right;
}

.right_copy select {
    width: 245px;
    height: 35px;
    outline: 0;
    padding-left: 10px;
    background: #404447;
    font-size: 14px;
    color: #b0abab;
    border: none;
}

.g-yous {
    display: none;
}

.alllistsearch {
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    line-height: 92px;
}

.alllistsearch>div {
    max-width: 1220px;
    margin: auto;
    ;
    overflow: hidden;
    padding: 0 10px;
}

.alllistsearchLeft {
    float: left;
    font-size: 16px;
    color: #464646;
}

.alllistsearchLeft img {
    margin-right: 7px;
}

.alllistsearchLeft i {
    font-style: normal;
}

.alllistsearchLeft span {}

.alllistsearchLeft a {
    color: #464646;
}

.listnavRight {
    float: right;
}

.listnavRight a {
    display: block;
    float: left;
    font-size: 16px;
    color: #222;
    padding: 0 3rem;
    transition: 0.3s linear;
}

.listnavRight a.on {
    background: #c52525;
    color: #fff;
}

.listnavRight a:hover {
    background: #c52525;
    color: #fff;
    transition: 0.3s linear;
}

.p12-aboutinfo-1 {
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.p12-aboutinfo-1 .tit {
    height: 160px;

    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 5px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 8px;
    display: block;
}

.g-gywm {
    height: 530px;
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #444;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map {
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}

.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.listcontacts>div {
    max-width: 1210px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}

.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../images/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../images/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../images/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../images/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}

.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../images/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #222;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}

.ab_1_1 {
    max-width: 1200px;
    margin: 70px auto;
    overflow: hidden;
}

.ab_1_2 {
    width: 38%;
    float: left;
    overflow: hidden;
}

.ab_1_2 img {
    width: 100%;
    height: auto;
}

.ab_1_3 {
    width: 56%;
    float: right;
}

.ab_1_3 h1 {
    font-size: 40px;
    color: #222;
    margin-top: 68px;
}

.ab_1_3 h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 22px;
}

.ab_1_3 p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 100px;
}

.ab_2_1 {
    max-width: 1200px;
    margin: 66px auto;
    background-color: #FFF;
    font-size: 0;
}

.ab_2 {
    background-color: #f1f1f1;
    overflow: hidden;
    width: 100%;
}

.ab_2_1 ul {
    list-style-type: none;
    display: block;
    font-size: 0;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.ab_2_1 ul li {
    display: block;
    float: left;
    width: 50%;
    height: 335px;
}

.ab_2_1 ul li h1 {
    font-size: 40px;
    color: #222;
    padding-top: 24px;
    padding-left: 46px;
}

.ab_2_1 ul li h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 27px;
    margin-left: 46px;
    border-left: 3px solid #222;
}

.ab_2_1 ul li p {
    font-size: 16px;
    line-height: 25px;
    padding: 17px 65px 0 64px;
}

.ab_2_1 ul li img {
    width: 100%;
    height: 335px;
}

.ab_2_1 ul li:nth-child(4n) h2 {
    padding-left: 12px;
    margin-top: 73px;
}

.brand-three .brand-three-t {
    padding: 30px 0;
    text-align: center;
}

.brand-three .brand-three-t li {
    font-size: 28px;
    color: #555;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 17px;
    margin-bottom: 17px;
    position: relative;
    list-style: none;
}

.brand-three .brand-three-t li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #222;
    margin-left: -50px;
}

.brand-three .brand-three-t p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.brand-honor .brand-honor-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.brand-honorswiper {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
    overflow: hidden;
}

.brand-honor .brand-honor-box .brand-honor-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-honor .brand-honor-box .brand-honor-item li {
    margin: 20px auto;
    color: #666;
}

.brand-honor .brand-honor-box .brand-honor-item img {
    width: 100%;
}

.news-next,
.news-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 52%;
    transition: all .5s;
    border-radius: 2px;
}

.news-next {
    right: 0;
    background: url(../images/new-right.png) no-repeat center center;
}

.news-prev {
    left: 0;
    background: url(../images/new-left.png) no-repeat center center;
}

.brand-jin .brand-jin-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.brand-jinswiper {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    padding: 30px 10px;
    overflow: hidden;
}

.brand-jin .brand-jin-box .brand-jin-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-jin .brand-jin-box .brand-jin-item li {
    margin: 20px auto;
    color: #666;
}

.brand-jin .brand-jin-box .brand-jin-item img {
    width: 100%;
}

.jinnews-next,
.jinnews-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 52%;
    transition: all .5s;
    border-radius: 2px;
}

.jinnews-next {
    right: 0;
    background: url(../images/new-right.png) no-repeat center center;
}

.jinnews-prev {
    left: 0;
    background: url(../images/new-left.png) no-repeat center center;
}

.listpro {
    max-width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    line-height: 34px;
    font-size: 16px;
    color: #666565;
}

.listpronav {
    overflow: hidden;
    margin-top: 38px;
    margin-bottom: 45px;
}

.listpronav li {
    width: 90px;
    height: 30px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-right: 9px;
}

.listpronav li a {
    display: block;
    color: #444;
    font-size: 16px;
}

.listpronav li:hover {
    background: #222;
    border: 1px solid #222;
}

.listpronav li:hover a {
    color: #fff;
}

.listpronav li.current {
    background: #222;
    border: 1px solid #222;
}

.listpros {
    width: 100%;
    overflow: hidden;
}

.listpros a {
    display: block;
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 2%;
}

.listpros a .listprosimg {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.listpros a .listprosimg img {
    width: 100%;
    transition: all 0.3s;
}

.listpros a .listprosimg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
}

.listpros a .listprosimg div span {
    width: 64px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 16px;
}

.listpros a p {
    font-size: 18px;
    color: #444;
    line-height: 44px;
    margin: 0;
}

.listpros a:nth-child(3n) {
    margin-right: 0;
}

.listpros a:hover .listprosimg img {
    transform: scale(1.1);
}

.listpros a:hover .listprosimg div {
    opacity: 1;
}

.listnew {
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding-top: 4rem;
}

.listnew a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.listnew a img {
    float: left;
    width: 20%;
}

.listnew .listnewright {
    float: right;
    width: 78%;
    overflow: hidden;
    margin-top: 2rem;
}

.listnew .listnewright .listnewrighttop {
    overflow: hidden;
    line-height: 34px;
}

.listnew .listnewright .listnewrighttop span {
    font-size: 24px;
    transition: all 0.3s;
    color: #333;
}

.listnew .listnewright .listnewrighttop div {
    float: right;
    color: #c8c8c8;
    font-size: 12px;
}

.listnew .listnewright .listnewrighttop div i {}

.listnew .listnewright .listnewrighttop div label {
    margin: 0;
    font-weight: 400;
    color: #969696;
}

.listnew .listnewright p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.listnew .listnewright>span {
    width: 86px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    background: #222;
    padding: 5px 0;
    float: right;
    transition: all 0.3s;
}

.listnew .listnewright .listnewrighttop span:hover {
    color: #222;
}

.listnew .listnewright>span:hover {
    background: #000;
}

.listWrapper {
    padding: 40px 0 60px 0;
    overflow: hidden;
    background: #f4f4f4;
}

.grWidth {
    max-width: 1220px;
    padding: 0 10px;
    margin: auto;
}

.pTitle {
    font-size: 30px;
    font-weight: normal;
    color: #0f6dc2;
    margin: 0;
    margin-bottom: 20px;
}

.proIndex {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex ul {
    width: 100%;
    overflow: hidden;
}

.proIndex li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin: 0 0.5% 8px 0;
}

.proIndex li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex li .font p {
    text-align: left;
}

.proIndex li:nth-child(1) {
    width: 49.5%;
}

.proIndex li:nth-child(1) img,
.proIndex li:nth-child(1) .pImg {
    width: 100%;
}

.proIndex li:nth-child(1) .font {
    padding: 10px 35px 5px 35px;
    font-size: 14px;
}

.proIndex li:nth-child(1) .font h4 {
    font-size: 18px;
    height: 35px;
}

.proIndex li:nth-child(1) .font h4 a {
    color: #333;
}

.proIndex li:nth-child(1) .font h4 a:hover {
    color: #0f6dc2;
}

.proIndex li:nth-child(1) .box {
    height: 90px;
    margin-bottom: 10px;
    overflow: hidden;
}

.proIndex li:nth-child(1) .btns a,
.proList li .btns a {
    display: inline-block;
    width: 90px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #999;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s;
    border-radius: 3px;
    font-size: 12px;
}

.proIndex li:nth-child(1) .btns a:hover,
.proList li .btns a:hover {
    background: #0f6dc2;
}

.proIndex li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex li h4:hover {
    color: #0f6dc2;
}

.pTitle a {
    float: right;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.proIndex1 {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex1 ul {
    width: 100%;
    overflow: hidden;
}

.proIndex1 li {
    float: left;
    width: 32.5%;
    background: #fff;
    margin: 0 0.8% 8px 0;
}

.proIndex1 li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex1 li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex1 li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex1 li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex1 li .font p {
    text-align: left;
}

.proIndex1 li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex1 li h4:hover {
    color: #0f6dc2;
}

.productshow_top {
    overflow: hidden;
}

.product-show-pic {
    width: 52%;
}

.product-show-pic img {
    max-width: none;
}

.jqzoom>img {
    width: 100%;
    height: auto;
}

.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 310px;
    background: #fff;
    border: 1px solid #CCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}


/* 图片小图样式 */

.spec-preview {
    width: 78%;
    float: left;
}

.spec-scroll {
    width: 18%;
    overflow: hidden;
    float: right;
    margin-top: 3px;
    display: none;
}

.spec-scroll a.prev {
    display: block;
    width: 100%;
    height: 5px;
    background: url(../img/gotop.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
}

.spec-scroll a.prev:hover {
    background: url(../img/gotop2.gif) no-repeat center top;
}

.spec-scroll a.next {
    display: block;
    width: 100%;
    height: 5px;
    background: url(../img/gobottom.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
}

.spec-scroll a.next:hover {
    background: url(../img/gobottom2.gif) no-repeat center top;
}

.spec-scroll .items {
    width: 100%;
    height: 445px;
    overflow: hidden;
    position: relative;
}

.spec-scroll .items ul {
    position: absolute;
    width: 100%;
}

.spec-scroll .items ul li {
    width: 100%;
    height: 115px;
    text-align: center;
}

.spec-scroll .items ul li img {
    width: 100%;
    height: 90px;
    cursor: pointer;
    border: 1px solid #ececec;
}

.spec-scroll .items ul li:hover img,
.spec-scroll .items ul .on img {
    border: 1px solid #0f6dc2;
}


/* 产品右侧简介样式 */

.proShwo_right {
    width: 45%;
    overflow: hidden;
    font-size: 14px;
}

.proShwo_right .title {
    font-size: 30px;
    color: #0f6dc2;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .p1 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .font {
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 20px;
}

.proShwo_right .font strong {
    font-size: 18px;
    color: #333;
}

.proShwo_right .phone {
    background: url('../img/picon2.jpg') no-repeat left center;
    padding-left: 25px;
    margin-bottom: 25px;
    color: #222;
}

.proShwo_right .phone span {
    font-size: 22px;
    font-family: Arial;
}

.proShwo_right .btn {
    padding: 0;
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #222;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    transition: all .3s;
}

.proShwo_right .btn2 {
    background: #0f6dc2;
}

.proShwo_right .btn:hover {
    opacity: .8;
}

.gr-tab-list {
    overflow: hidden;
    margin-top: 40px;
}

.gr-tab-list .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
}

.gr-tab-list .hd li {
    width: 150px;
    float: left;
    text-align: center;
    background: #f2f2f2;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.gr-tab-list .hd li.on {
    background: #0f6dc2;
    color: #fff;
}

.gr-tab-list .hd li.on::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 70px;
    border: 6px solid transparent;
    border-top-color: #0f6dc2;
}

.gr-tab-list .bd {
    overflow: hidden;
    padding-top: 15px;
}

.houjia {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.houjia .title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.houjia .title .t {
    font-size: 114px;
    line-height: 114px;
    color: #f6f6f6;
    font-family: HEB;
    text-transform: uppercase;
}

.houjia .title .t1 {
    font-size: 36px;
    line-height: 114px;
    color: #333;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.houjia .houjiaswiper {
    width: 100%;
    overflow: hidden;
}

.houjia .houjiaswiper a {
    display: block;
}

.houjia .houjiaswiper a img {
    width: 100%;
}

.houjia .houjiaswiper a span {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.houjia .houjianext {}

.houjia .houjiaprev {}

.houjiamore {
    max-width: 130px;
    margin: auto;
    height: 36px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 36px;
    margin-top: 4rem;
    border-radius: 33px;
}

.houjiamore a {
    display: block;
}

.fr {
    float: right;
    display: inline;
}

.fl {
    float: left;
    display: inline;
}

.sWrapper .sMain {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    max-width: 1200px;
    margin-bottom: 20px;
}


.weixin{
    position: relative;
}

.weigong{
    position: absolute;
    z-index: 99999;
    display: none; 
    width: 112px;
    height: 112px;
    background: #222;
    line-height: 112px;
}
.listproleft {
    width: 22%;
    overflow: hidden;
    float: left;
}

.listproleft a {
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    border: #ccc 1px solid;
    display: block;
    color: #333;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}

.listproleft a:hover {
    background: #222;
    color: #fff;
}
.media{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    text-align: center;
    margin-top: 0 !important;
    padding-top: 3%;
}

.media video{
    width: 80%;
}

.video img{
    width: 100%;
}

.media span{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 3%;
    cursor: pointer;
}





/*合作客户*/
.hezuo{padding-top: 60px;}
.aahezuo{ width:1200px; position:relative;margin-top: 40px;}
.aahezuo .hd{ overflow:hidden; }
.aahezuo .hd .prev,.aahezuo .hd .next{
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/btn01.png) no-repeat;
    position: absolute;
    top: 36%;
    left: -80px;
    opacity: .8;
}
.aahezuo .hd .prev:hover,.aahezuo .hd .next:hover{opacity: 1;}
.aahezuo .hd .next{ background-position:-60px 0;right: -75px; left: auto;}
.aahezuo .hd .prevStop{ background-position:-60px 0; }
.aahezuo .hd .nextStop{ background-position:-60px -50px; }

.aahezuo .bd{overflow: hidden;}
.aahezuo .bd .tempWrap{margin-left: -8px;}
.aahezuo .bd ul{ overflow:hidden; zoom:1; }
.aahezuo .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.aahezuo .bd ul li .pic{ text-align:center;border:1px solid #e5e5e5;}
.aahezuo .bd ul li .pic a{ padding:30px 20px 20px;display: block;}
.aahezuo .bd ul li .pic img{ width:245px; display:block;}
.aahezuo .bd ul li:hover .pic{ border-color:#ff7f00; }
.aahezuo .bd ul li:hover .pic img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;{ border-color:#ff7f00; }
}
.aahezuo .bd ul li p{ margin-top: 25px;font-size: 15px; color: #333;}

/*优势点*/
.youshi{
    margin-top: 80px;
    background: url(../images/youshi_bg.jpg) no-repeat center center;
    height: 580px;
}
.stitle{
    text-align: center;
    padding-top: 54px;
}
.stitle .stit{
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}
.stitle .stit b{
    color: #ff7f00;
}
.stitle .ssub{
    color: #fff;
    font-size: 16px;
    background: #ff7f00;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
}
.youshi ul{
    margin-top: 45px;
    width: 1220px;
    margin-left: -10px;
}
.youshi li{
    width: 16.66666%;
    float: left;
    background: url(../images/ys_bg.png) no-repeat center center;
    height: 230px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.youshi li .ico{
    width: 65px;
    height: 65px;
    margin: 50px auto 20px;
}
.youshi li span{
    font-size: 18px;
    font-weight: bold;
    color: #31519f;
}
.youshi li p{
    font-size: 16px;
    color: #fff;
    margin-top: 80px;
    line-height: 25px;
}
.youshi li i{
    width: 15px;
    height: 8px;
    background: url(../images/ico_xia.png) no-repeat center center;
    position: absolute;
    top: 188px;
    left: 94px;
}

@-webkit-keyframes hvr-bob1 {
    0% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }
  
    50% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }
  
    100% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }
  }
  
  @keyframes hvr-bob1 {
    0% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }
  
    50% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }
  
    100% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }
  }
  
  @-webkit-keyframes hvr-bob-float1 {
    100% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }
  }
  
  @keyframes hvr-bob-float1 {
    100% {
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
    }
  }
.youshi li i{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  .youshi li:hover i, .youshi li:focus i, .youshi li:active i{
    -webkit-animation-name: hvr-bob-float1, hvr-bob1;
    animation-name: hvr-bob-float1, hvr-bob1;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
  .youshi li:hover i, .youshi li:focus i, .youshi li:active i{
    -webkit-animation-name: hvr-bob-float1, hvr-bob1;
    animation-name: hvr-bob-float1, hvr-bob1;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
  .youshi li img{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .youshi li:hover img,  .youshi li:focus img,  .youshi li:active img{
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  } 



/*资质证书*/

.zhengshu{ padding-top: 1px; background: url(../images/zs_bg.jpg)#fff no-repeat center bottom; height: 750px;}
.btitle{
    background: url(../images/title_bg.png) no-repeat 0 0;
    width: 563px;
    height: 85px;
    margin: auto;
}
.btitle .btit{
    font-size: 38px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    padding-left: 100px;
    margin-bottom: 20px;
}
.btitle .btit b{
    color: #31519f;
}

.btitle .bsub{
    padding-left: 100px;
    font-size: 15px;
    color: #333;
}
.zhengshu .btitle .bsub{
    padding-left: 150px;
}
.aazhengshu{ width:1276px; position:relative;margin-top: 40px;}
.aazhengshu .hd{ overflow:hidden; }
.aazhengshu .hd .prev,.aazhengshu .hd .next{
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/btn01.png) no-repeat;
    position: absolute;
    top: 36%;
    left: -80px;
    opacity: .8;
}
.aazhengshu .hd .prev:hover,.aazhengshu .hd .next:hover{opacity: 1;}
.aazhengshu .hd .next{ background-position:-60px 0;right: -75px; left: auto;}
.aazhengshu .hd .prevStop{ background-position:-60px 0; }
.aazhengshu .hd .nextStop{ background-position:-60px -50px; }

.aazhengshu .bd{overflow: hidden;}
.aazhengshu .bd .tempWrap{margin-left: -8px;}
.aazhengshu .bd ul{ overflow:hidden; zoom:1; }
.aazhengshu .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.aazhengshu .bd ul li .pic{ text-align:center;}
.aazhengshu .bd ul li .pic a{ display: block;}
.aazhengshu .bd ul li .pic span{overflow: hidden; height: 424px;background: #fff;display: block;border:1px solid #e5e5e5;}
.aazhengshu .bd ul li .pic img{ width:280px; display:block;margin-top: 13px;}
.aazhengshu .bd ul li:hover .pic span{ border-color:#ff7f00; }
.aazhengshu .bd ul li:hover .pic img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}
.aazhengshu .bd ul li p{ width: 225px; margin: auto; margin-top: 15px;font-size: 15px; color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display:block; }
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1276px;
}
.left{
	float: left;
}
.right{
	float: right;
}
/*标题*/
.ttitle{
    text-align: center;
}
.ttitle .ttit{
    font-size: 38px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.ttitle .ttit b{
    color: #222;
}
.ttitle .thr{
    width: 100%;
    height: 1px;
    text-align: center;
    background: #dcdcdc;
    margin: 20px auto;
}
.ttitle .thr span{
    width: 50px;
    height: 1px;
    display: block;
    background: #222;
    margin: auto;
}
.ttitle .tsub{
    font-size: 15px;
    color: #333;
}

/* 轮播图css */
.slideBox {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    z-index: 555;
    top: -1px;
    height: 600px;
}
.slideBox .hd {
    display: inline-block;
    position: relative;
    bottom: -565px;
    z-index: 1;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    margin: 0 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.slideBox .hd ul li.cur {
    background: #087c3a;
    color: #fff;
}
.slideBox .bd {
    position: relative;
    z-index: 0;
	top: -23px;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    display: block;
    height: 600px;
}
.slideBox .bd li a{
    display: block;
    height: 600px;
}
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 6%;
    top: 55%;
    margin-top: -25px;
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/btn01.png") 0px 0px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 789;
}
.slideBox .next {
    left: auto;
    right: 6%;
    background-position: -60px 0px;
}
.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 0.9;
}
.slideBox .prevStop {
    display: none;
}
.slideBox .nextStop {
    display: none;
}
/* 轮播图css结束 */






/*在线咨询*/
.container{width:1200px; height:600px; margin:0 auto}
.txt-c{text-align: center; font-size:20px;}
.message{ background: url(../images/messagebg.jpg) fixed; padding: 40px 0 47px; margin-bottom: 27px; font-size:13px; color:#FFF; line-height:30px; margin-top:80px;height: 500px; margin-bottom:200px;}
.content_nr{ margin-top:50px; height:auto;font-size:13px; color:#FFF; line-height:30px;}
.mes-title{ background: url(../images/mes-title.png) no-repeat center top;padding-top:26px; }
.mes-title em{display: block;  font-size:20px; line-height:45px;  color: #fff; text-transform: uppercase; margin-bottom: 10px; margin-top:18px;}
.mes-title h3{font-size:42px; font-weight:bold;color: #fff; line-height: 18px; font-weight: normal; text-align: center; }
.message .content{width: 1096px; margin: 0 auto;  margin-top: 44px; }
.message .content input.info,.message .content .info2{ width: 328px; height: 44px; color:#fff; font-size: 16px; padding-left: 10px; margin-right: 30px; outline: none; }
.message .content .info2{margin-right: 0;}
.message .content textarea{ width: 1086px; height: 160px; margin-top: 25px;color:#adadad; font-size: 16px;outline: none;font-family: "微软雅黑";padding-left: 10px; padding-top: 10px;}
.message .content .mes-tel{float: left;  height: 53px; background: url(../images/mes-tel.png) left no-repeat; margin-top: 27px; padding-left: 65px;}
.message .content .mes-tel span{display: block; color: #fff; font-size: 18px; line-height: 25px;}
.message .content .mes-tel em{display: block; color: #fff; font-size: 24px; font-weight: bold; line-height: 24px;}
.message .content .button{ margin-top: 34px; cursor: pointer; float: right; width:214px;  border-radius: 20px; border:0; background: #f5e900; color: #c60d1d; font-size: 18px; line-height: 40px; }
.message .content .button:hover{background:#fdf55e; }


/* news */
.news_list0{width: 1200px;margin:0 auto 100px; }
.news_list0 li{float: right;width: 660px;border-bottom: 1px solid #eee;padding-bottom: 11px;padding-top: 11px;}
.news_list0 li:nth-child(4){border-bottom:0;}
.news_list0 li a{color:#333;}
.news_list0 li a p{font-size: 14px;color: #666;line-height: 26px;margin: 12px 0 6px;}
.news_list0 li a span{color: #999;font-size: 14px;background: url(/img/time.png) no-repeat left center;padding-left: 22px;}
.news_list0 li a:hover h3{color: #ed8606;}
.news_list0 li a:hover img{opacity: 0.8;}
.news_list0 li img{float: left;margin-right: 20px;width: 207px;height: 134px;}
.news_list0 li h3{font-size: 16px;font-weight: normal;}
.news_list0 li div{float: right;width: 432px;    margin-top: 12px;}
.news_list0 li:first-child h3{font-weight: bold;}
.news_list0 li:first-child img{width: 511px;height: 328px;}
.news_list0 li:first-child div{float: left;width: auto;margin-top: 20px;}
.news_list0 li:first-child{width: 512px;float: left;border-bottom: 0;}


#hd{
	background:#444;
	width:100%;
	height:36px;
	overflow:hidden;
}
.hd{
	width:1170px;
	height:36px;
	margin:0px auto;
	overflow:hidden;
}
.hdl{
	float:left;
	width:472px;
	height:36px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#fff;
	line-height:33px;
}
.hdr{
	float:right;
	width:110px;
    height:36px;
	font-family:"微软雅黑";
	font-size:12px;
	color:#666;
	line-height:33px;
}
.hdr a{
	color:#fff;
	text-decoration:none;
}
.hdr a:hover{
	color:#ff3300;

}