@charset "UTF-8";
input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}

.wd1460 {
    width: 1460px;
    margin: 0 auto;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*头部样式*/

#header {
    position: relative;
    height: 100px;
}

.logo {
    float: left;
    line-height: 100px;
}

.language {
    float: right;
    height: 100px;
    line-height: 100px;
    margin-left: 10px;
}

.language a {
    font-size: 18px;
    color: #666666;
}


/*  */

.box1 {
    height: 950px;
    background: url(../images/box1_bg.jpg) no-repeat top center;
    padding-top: 158px;
}

.bt1 {
    text-align: center;
}

.bt1 dd {
    color: #fff;
    font-size: 30px;
    background: url(../images/bt1.png) no-repeat center;
    line-height: 56px;
}

.bt1 dt {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.acon {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin: 40px 0px 0 0px;
    width: 1250px;
}

.ybox img {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ybox:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.background2 .box .content {
    position: relative;
    z-index: 1;
    height: 350px;
    margin: 0 100px;
    margin-top: 75px;
}

.background2 .box .content img {
    cursor: pointer;
}

.background2 .box .content .bgcanvas {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 350px;
    top: 0;
    left: 0;
}

.background2 .box .content .bgcanvas #bgcanvas {
    width: 100%;
    height: 350px;
}

.background2 .box .content .ybox1 {
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
    top: 110px;
    left: 0;
}

.background2 .box .content .ybox2 {
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
    top: 0;
    left: 40%;
}

.background2 .box .content .ybox3 {
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
    top: 110px;
    right: 0;
}

.background2 .box .content .huxian {
    width: 0;
    transition: all .5s ease;
    background: url(../images/huxian.png) no-repeat center;
    height: 295px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.background2 .box .content .huxian.animated {
    width: 100%;
}

.box2 {
    height: 950px;
    background: url(../images/bj2.jpg) no-repeat top center;
    padding-top: 149px;
}

.pbox {
    background: url(../images/line1.png) no-repeat center 51px;
    margin-top: 48px;
}

.psort li {
    width: 120px;
    height: 120px;
    border: solid 2px #fffbe4;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
}

.psort li a {
    display: block;
    color: #fffbe4;
    font-size: 18px;
    text-align: center;
}

.psort li {
    margin-left: 60px;
    margin-right: 12px;
}

.psort li:last-child {
    margin-right: 0px;
}

.psort li.on {
    background: #48b7ec;
    border-color: #48b7ec;
}

.prevall,
.nextall {
    position: absolute;
    top: 35%;
    cursor: pointer;
}

.prevall {
    left: -65px;
}

.nextall {
    right: -75px;
}

.parBd {
    margin-top: 72px;
    position: relative;
}

.product_list1 li {
    width: 289px;
    margin: 0 7px;
    float:left;
}

.product_list1 li a.img img {
    display: block;
    width: 288px;
    height: 288px;
}

.product_list1 li h3 a {
    display: block;
    color: #333333;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    height: 83px;
    line-height: 83px;
    background: #fff;
}

.product_list1 li:hover h3 a {
    background: #48b7ec;
    color: #fff;
}

.box4 {
    height: 950px;
    background: url(../images/bj4.jpg) no-repeat top center;
    padding-top: 192px;
}

.flip-container {
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-container:hover .flipper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.flip-container {
    width: 254px;
    height: 254px;
}

.back,
.front {
    width: 254px;
    height: 254px;
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.flipper {
    transition: 0.6s;
    position: relative;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    /* Safari Ã¥â€™Å’ Chrome */
}

.front,
.back {
    position: absolute;
}

.front {
    z-index: 2;
}

.flip-container:hover .back {
    z-index: 3;
}

.back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.hul {
    position: relative;
    height: 480px;
    width: 1070px;
    margin: 0 auto;
    margin-top: 68px;
}

.hul li {
    position: absolute;
    top: 0;
}

.hul .li1 {
    left: 0;
}

.hul .li2 {
    left: 270px;
}

.hul .li3 {
    left: 538px;
}

.hul .li4 {
    left: 812px;
}

.hul .li5 {
    left: 135px;
    top: 160px;
}

.hul .li6 {
    left: 400px;
    top: 160px;
}

.hul .li7 {
    left: 675px;
    top: 160px;
}

.bt2 dd {
    color: #fff;
    font-size: 30px;
    background: url(../images/bt2.png) no-repeat center;
    line-height: 56px;
}


/* news_index */

.news_index {
    position: relative;
    height: 950px;
    background: url(../images/news_bg.jpg) no-repeat center;
    padding-top: 140px;
}

.slideBox_news {
    position: relative;
    margin-top: 180px;
}

.slideBox_news ul li {
    position: relative;
}

.slideBox_news ul li .newsleft {
    float: left;
    width: 490px;
    margin-left: 85px;
}

.slideBox_news ul li .newsleft h3 a {
    display: block;
    font-size: 24px;
    color: #fff;
    padding: 20px 0 40px;
}

.slideBox_news ul li .newsleft span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}

.slideBox_news ul li .newsright {
    float: right;
    width: 480px;
}

.slideBox_news ul li .newsright .simg {
    display: inline-block;
    overflow: hidden;
}

.slideBox_news ul li .newsright .simg img {
    width: 447px;
    height: 417px;
	-webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.slideBox_news ul li .newsright .simg:hover img{
      -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}


.slideBox_news ul li .newsright b {
    color: #fff;
    display: inline-block;
    writing-mode: tb-rl;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: normal;
}

.slideBox_news .prev,
.slideBox_news .next {
    position: absolute;
    display: block;
    width: 56px;
    height: 56px;
    left: 80px;
    bottom: 35px;
}

.slideBox_news .prev {
    background: url(../images/prev1.png) no-repeat center;
}

.slideBox_news .next {
    left: 170px;
    background: url(../images/prev1.png) no-repeat center;
    transform: rotate(180deg);
}

.slideBox_news .prev:hover {
    background: url(../images/next1_h.png) no-repeat center;
    transform: rotate(180deg);
}

.slideBox_news .next:hover {
    background: url(../images/next1_h.png) no-repeat center;
    transform: rotate(0deg);
}


/* foot_map */

.foot_map {
    position: relative;
    height: 785px;
    background: url(../images/map_bg.jpg) no-repeat center;
}

.map2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 160px;
    background: rgba(72, 183, 236, .67);
}

.foot_contact {
    padding-top: 12px;
    float: left;
    line-height: 2.7;
    color: #fff;
    font-size: 14px;
}

.foot_ewm {
    float: right;
    padding-top: 12px;
}