/* reset */
* {
    font-family: "Microsoft Yahei";
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    font: 12px/1.14 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

body {
    background: #fff;
}

a, a:hover {
    color: #333;
}

/* reset */
/*产品与服务css*/
.header_bg {
    width: 100%;
    height: 65px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    min-width: 1200px;
}

.header_main {
    width: 1200px;
    height: 65px;
    overflow: hidden;
    margin: 0 auto;
}

.header_logo {
    display: block;
    float: left;
    margin-top: 12px;
	height: 41px;
}

.header_main ul li {
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: 65px;
    margin-top: 30px;
    cursor: pointer;
}

.header_main ul li span {
    display: block;
}

.header_main ul li img {
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 4px;
}

.pro_posText {
    position: absolute;
    top: 245px;
    left: 50%;
    margin-left: -162px;
}

.pro_posText h2 {
    color: #fff;
    font-size: 56px;
    text-align: center;
    line-height: 60px;
    font-weight: normal !important;
}

.pro_posText h4 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    line-height: 40px;
    font-weight: normal !important;
}

.product_main {
    margin: 0 auto;
    display: block;
    width: 1200px;
    padding-top: 20px;
}

.pro_mainOne {
    width: 100%;
}

.pro_oneTop {
    /* width: 870px; */
    margin: 0 auto;
    padding: 60px;
    /*overflow: hidden;*/
    box-sizing: border-box;
    /*clear: both;*/
}

.pro_oneTop h3 {
    font-size: 38px;
    color: #444;
    text-align: center;
    font-weight: normal !important;
}

.pro_oneTop p {
    font-size: 15px;
    color: #666;
    margin-top: 20px;
    text-align: center;
    line-height: 25px;
}

.pro_onePic {
    overflow: hidden;
}

.pro_onePic ul li {
    float: left;
    display: block;
    width: 232px;
    margin-right: 10px;
}

.pro_onePic ul li img {
    width: 100%;
    display: block;
    cursor: pointer;
    transition: all 0.6s;
}

.pro_onePic ul li img:hover {
    transform: scale(1.2);
}

.pro_onePicl {
    margin-right: 0 !important;
}

.pro_oneCompany {
    overflow: hidden;
}

.pro_oneCompany h4 {
    font-weight: normal;
    font-size: 22px;
    color: #444;
    text-align: center;
    margin: 70px 0 10px;
}

.pro_oneCompany ul li {
    float: left;
    margin-right: 50px;
    width: 262.5px;
    margin-top: 30px;
    overflow: hidden;
}

.pro_oneCompany ul li img {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.pro_oneCompany ul li img:hover {
    transform: scale(1.2);
}

.pro_mainTwo {
    background: #f7f7f7;
    width: 100%;
    min-width: 1200px;
}

.pro_twoCont {
    width: 1200px;
    margin: 70px auto 0;
    padding-bottom: 60px;
}

.pro_twoPic {
    overflow: hidden;
}

.pro_twoPic ul li {
    float: left;
    width: 400px;
    cursor: pointer;
    overflow: hidden;
}

.pro_twoPic ul li img {
    display: block;
    width: 100%;
    height: 285px;
    transition: all 0.6s;
}

.pro_twoPic ul li img:hover {
    transform: scale(1.2);
}

.pro_mainThd {
    margin: 20px auto 70px;
    width: 1200px;
}

.product_footer {
    display: block;
    background: #333238;
    width: 100%;
    padding: 45px 0;
    min-width: 1200px;
}

.ftPosition {
    position: absolute;
    left: 0;
}

.pro_footMain {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.pro_footLeft {
    float: left;
}

.pro_footLeft img {
    display: block;
    width: 125px;
    margin-bottom: 15px;
}

.pro_footLeft h5 {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
}

.pro_footLeft p {
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

.foot_name {
    padding-top: 10px;
    font-size: 12px;
    color: #fff;
}

.pro_footRigt {
    float: right;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.pro_footRigt img {
    width: 125px;
    height: 125px;
    display: block;
}

.pro_footRigt p {
    margin-top: 10px;
}

.pro_footRigt h5 {
    margin-top: 15px;
}

/*首页css*/
.head_frist {
    width: 45px;
}

.head_frist span {
    text-align: center;
}

.idx_bannerText {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 245px;
    left: 50%;
    transform: translateX(-50%);
}
.idx_bannerText h2{
    font-size: 56px;
    font-weight: normal !important;
}
.idx_bannerText h4{
    font-size: 36px;
    font-weight: 300 !important;
    margin-top: 20px;
}

.idx_banBtm {
    width: 100%;
    min-width: 1200px;
    height: 10px;
}

.idx_icon {
    width: 895px;
    margin: 95px auto 0;
    overflow: hidden;
}

.idx_icon ul li {
    float: left;
    width: 200px;
    margin-right: 147.5px;
}

.idx_icon ul li img {
    display: block;
    width: 145px;
    margin: 0 auto;
}

.idx_icon ul li h4 {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-top: 35px;
}

.idx_icon ul li p {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-top: 20px;
}

.idx_zhuanye {
    background: url(../img/idx_bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 0 !important;
    padding-bottom: 140px;
}

.idx_btmOne {
    width: 100%;
    height: 470px;
    background: #f6f6f6;
    overflow: hidden;
    min-width: 1200px;
}

.btmOne_pinOne {
    height: 470px;
    float: left;
    width: 58%;
}

.btmOne_rit {
    float: left;
    width: 37%;
    overflow: hidden;
    margin-left: 60px;
}

.btmOne_rit h3 {
    font-size: 30px;
    color: #dcb96b;
    margin-top: 80px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dcb96b;
    display: inline-block;
}

.btmOne_rit p {
    font-size: 14px;
    color: #444;
    line-height: 20px;
    margin-top: 85px;
    width: 75%;
}

.btmOne_ritBtn {
    cursor: pointer;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #cacaca;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.btmOne_ritBtn span {
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #444;
}

.btmOne_ritBtn img {
    display: block;
    width: 28px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -6px;
}

.btmOne_ritBtnto {
    background: #DCB96B;
    border: none !important;
}

.btmOne_ritBtnto span {
    color: #fff !important;
}

.btmOne_pinTo {
    width: 28% !important;
    margin-right: 10px;
    float: right !important;
}

.idx_btmOneTp {
    margin: 10px 0;
    background: #fff !important;
}

/*关于我们css*/
.abt_posText {
    margin-left: -288px !important;
}

.abt_main {
    width: 1200px;
    margin: 45px auto 200px;
}

.abt_main h3 {
    font-size: 26px;
    color: #666;
    font-weight: normal !important;
    text-align: center;
    margin-bottom: 10px;
}

.abt_main p {
    font-size: 16px;
    color: #666;
    margin-top: 35px;
    line-height: 25px;
}

/*联系我们css*/
.ct_posText {
    margin-left: -280px !important;
}

.ct_main {
    margin-bottom: 70px !important;
}

.ct_icon {
    overflow: hidden;
    padding-top: 25px;
}

.ct_icon ul li {
    float: left;
    width: 180px;
    padding: 0 60px;
}

.ct_icon ul li img {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0 auto;
}

.ct_icon ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    text-align: center;
    margin-top: 20px !important;
}

.ct_map {
    display: block;
    width: 100%;
    margin-top: 45px;
}

/*header背景设置*/
.idx_headerBg {
    background: url(../img/idx_headerBg.jpg) no-repeat;
    background-size: 100% 100%;
}

.pro_headerBg {
    background: url(../img/pro_headerBg.jpg) no-repeat;
    background-size: 100% 100%;
}

.abt_headerBg {
    background: url(../img/abd_headerBg.jpg) no-repeat;
    background-size: 100% 100%;
}

.ct_headerBg {
    background: url(../img/ct_headerBg.jpg) no-repeat;
    background-size: 100% 100%;
}

/*banner背景设置*/
.banner_bg {
    display: block;
    width: 100%;
    height: 485px;
    min-width: 1200px;
}

.idxbanner_bg {
    display: block;
    width: 100%;
    height: 720px;
    min-width: 1200px;
}

.idxBanner_header {
    background: url(../img/index_banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.product_header {
    background: url(../img/product_banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.abt_header {
    background: url(../img/abt_banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.ct_header {
    background: url(../img/ct_banner.jpg) no-repeat;
    background-size: 100% 100%;
}

/*动画*/
.animated {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -0 -animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.animated2 {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -0 -animation-duration: 1.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.animated3 {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -0 -animation-duration: 1.5s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        -o-transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1
    }
}

.ct_map {
    width: 100%;
    height: 500px;
}

.pro_oneTop .pro-header {
    display: flex;
    box-pack: justify;
}

.product-item {
    height: 450px;
    /* width: 380px; */
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 19px 2px rgba(180, 180, 180, 0.5);
    border-radius: 9px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid transparent;
    margin: 15px 50px 15px 0;
}
.product-item:last-child{
	margin-right: 0;
}
.product-item .item-img {
    height: 57px;
    width: 60px;
    margin: 89px auto 50px auto;
}

.product-item .item-img img {
    width: 100%;

}

.product-item .item-title {
    font-size: 22px;
    margin-bottom: 59px;
}

.product-item .item-conent {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #666;
	padding: 0 12px;
}
#foot_link,#foot_link1{
    font-size: 12px;
    color: #fff;
}
.pro_footLeft .police_img{
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    margin-bottom: 0;
}
