﻿@charset "utf-8";
/* CSS Document */
/* header --- start */
html,body{
    font-family: "微软雅黑","宋体";
}
a{
    cursor: pointer;
    font-family: "微软雅黑","宋体";
}
.header {
    min-width: 1000px;
    max-width: 1920px;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    position: fixed;
    background: #fff;
    z-index: 1000;
    top: 0;
    left: 0px;
    box-shadow: 0px 1px 3px #666;
}

.header {
    border-bottom: 1px solid #7c7c7c;
}

.logo {
    width: 179px;
    height: 49px;
    margin-left: 30px;
    margin-top: 22px;
    float: left;
}

.header_nav {
    float: right;
    height: 100%;
    line-height: 88px;
    margin-right: 15px;
    position: relative;
}

.header_nav li {
    float: left;
    height: 100%;
    padding-right: 35px;
    *margin-right: 15px;
    position: relative;
}

.header_nav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    font-size: 1em;
    color: #000;
    text-align: center;
}

.header_nav li.active a {
    color: #D0101B;
    border-bottom: solid 3px #D0101B;
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
    .header_nav li {
        padding-right: 15px;
    }

    .header_nav li a {
        font-size: 12px;
    }
}

.header .icoo1, .header .icoo2 {
    width: 95px;
    height: 26px;
    display: block;
    float: right;
    position: relative;
    top: 50%;
    margin-top: -13px;
}

.header .icoo1 {
    margin-left: 6px;
    margin-right: 30px;
    background: url(../img/button.png) no-repeat 0px 0px;
}

.header .icoo2 {
    background: url(../img/button.png) no-repeat 0px -100px;
}

.header .icoo1.active {
    background: url(../img/button.png) no-repeat 0px -50px;
}

.header .icoo2.active {
    background: url(../img/button.png) no-repeat 0px -150px;
}

.topButton, .topButton1 {
    margin-top: 33px;
}

.topButton {
    float: right;
}

.topButton1 {
    float: right;
    margin-left: 5px;
    margin-right: 30px;
}

/* header --- end */

/* 导航下拉菜单 --- start */
.nav {
    width: 100%;
    height: 210px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #F9F9F9;
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 10047;
}

.nav .box {
    min-width: 1000px;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.nav .box .first {
    margin: 0px 50px;
    height: 100%;
}

.mod_chanpin {
    width: 100%;
    height: 100%;
    border-right: solid 1px #E3E3E3;
    box-sizing: border-box;
}

.mod_chanpin dl {
    width: 14%;
    height: 100%;
    border-left: solid 1px #E3E3E3;
    font-size: 14px;
    text-indent: 12px;
    float: left;
}
.navBox .mod_chanpin.jiejue dl{
    width: 16%;
}
.mod_chanpin dl dt {
    height: 34px;
    line-height: 20px;
    color: #E21C1C;
    font-weight: bold;
}

.mod_chanpin dl dd a {
    width: 100%;
    height: 29px;
    line-height: 34px;
    display: block;
    color: #6A6A6A;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .mod_chanpin dl dd a {
        font-size: 12px;
    }
    .mod_chanpin dl {
        text-indent: 8px;
    }
}

.mod_chanpin dl dd a:hover, .mod_about .text ul a:hover {
    color: #E21D1D;
}

.mod_about {
    width: 100%;
    height: 100%;
    border-right: solid 1px #E3E3E3;
    box-sizing: border-box;
    position: relative;
}

.mod_about .text {
    margin-left: 700px;
    height: 100%;
}

.mod_about .mod_arrfe {
    width: 700px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mod_about .mod_arrfe img {
    width: 260px;
    height: 154px;
    float: left;
}

.mod_about .mod_arrfe p {
    width: 390px;
    height: 154px;
    float: right;
    overflow: hidden;
    font-size: 12px;
    color: #848484;
    line-height: 36px;
}

.mod_about .text ul {
    width: 40%;
    height: 130px;
    border-left: solid 1px #E3E3E3;
    float: right;
    text-align: center;
}

.mod_about .text ul a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.mod_fangan {
    width: 100%;
    height: 100%;
    background: green;
}

.mod_tiyan {
    width: 100%;
    height: 100%;
    background: #f60;
}

.mod_fuwu {
    width: 100%;
    height: 100%;
    background: #333;
}

.mod_zhanlue {
    width: 100%;
    height: 100%;
    background: red;
}

/* 导航下拉菜单 --- end */

/* footer --- start */
.footer {
    width: 100%;
    background: #3b3b3b;
}

.footerCon {
    min-width: 1000px;
    max-width: 1200px;
    height: 100%;
    padding-bottom: 65px;
    padding-top: 60px;
    margin: 0 auto;
}
.footerCon.index{
    padding-top: 155px;
}
.footerConEn {
    color: #fff;
    font-size: 45px;
}

.footerConEn2 {
    margin-top: 70px !important;
}

.footerConCh {
    color: #fff;
    font-size: 30px;
}
.footerLine{
    color: #fff;
    font-size: 30px;
}

.footerConList1 {
    width: 16.66%;
    height: 14px;
    float: left;
}

.footer .ftList {
    width: 100%;
    margin-top: 30px;
}

.footer .ftList .footerU {
    width: 16.66%;
    float: left;
}

.footer .ftList .footerU dt {
    height: 38px;
    text-indent: 12px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.footer .ftList .footerU dt span {
    text-indent: 0px;
    position: absolute;
    left: -4px;
    top: 0px;
}

.footer .ftList .footerU dd {
    height: 26px;
    text-indent: 12px;
    font-size: 12px;
    line-height: 26px;
    border-left: 1px solid #666;
}

.footer .ftList .footerU dd a {
    color: #fff;
}

.footer .ftList .footerU dd a:hover {
    color:#dc121d;
}
.footer a {
	color:#ffffff;
}
.footer a:hover {
    color: #ca0000;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .footer .ftList .footerU dd {
        text-indent: 22px;
    }

    .footer .ftList .footerU dt span {
        left: 6px;
    }

    .footer .ftList .footerU dt {
        text-indent: 22px;
    }
}

.copy {
    width: 100%;
    height: 230px;
    background: #ececec;
}

.copyCon {
    min-width: 1000px;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.copyConLeft {
    float: left;
    width: 50%;
    padding-left: 10px;
    margin-top: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .copyConLeft {
        width: 54%;
    }
}

.copyConLeft1 {
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #c2c2c2;
}

.copyConLeft1 ul li {
    position: relative;
    height:20px;
    float: left;
    font-size: 12px;
    margin-right: 12px;
    color: #6a6a6a;
}
.copyConLeft1 ul li span{
    position: absolute;
    top:5px;
    display: block;
    width: 1px;
    height:12px;
    background:#6a6a6a ;
}
.copyConLeft1 ul li a {
    color: #6a6a6a;
}
.copyConLeft1 ul li:hover a{
    color: #cf2d36;
}
.copyConLeft2 {
    font-size: 12px;
    color: #515151;
    height: 34px;
    line-height: 52px;
}

.copyConLeft2 span {
    letter-spacing: 1px;
}

.tlogo {
    display: inline-block;
    width: 51px;
    height: 12px;
    background: url(../img/tlogo.png) no-repeat;
    position: relative;
    top: 2px;
    *top: -2px;
}

.copyConLeft3 {
    font-size: 12px;
    line-height: 34px;
}

.danger, .danger a {
    font-size: 12px;
    font-weight: bold;
    color: #c51a1a;
}

.copyConCenter p {
    color: #666;
    font-size: 1.9em;
    /*font-size: 28px;*/
    height: 35px;
    line-height: 35px;
}


.copyConRight {
    width: 43%;
    float: right;
    margin-top: 60px;
    position: relative;
}
.erweima {
    position: relative;
    float: right;
    top:-18px;
}
.copyConCenter {
    width: 47%;
    float: right;
}
.psmall {
    padding-left: 18px;
    margin-top: 10px;
    color: #666;
    font-size: 12px;

    background: url(../img/button.png) no-repeat ;
    background-position: 1px -920px;
}
.erweima .sao {
    position: absolute;
    bottom: 17px;
    left: 39%;
    color: #666666;
    font-size: 12px;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .psmall {
        font-size: 10px;
    }
}

/* footer --- end */

/* development --- start */
.con_top {
    width: 100%;
    margin: 0px 0 0px 0;
    font-size: 17px;
    height: 265px;
    background: url("../img/develop.jpg") no-repeat;
}

.con_top.bg {
    background: none;
    height: 50px;
}
.con_top .a2 span{
    display: block;
    width: 1px;
    background: #000;
    height: 14px;
    position: absolute;
    top: 20px;
    left: -69px;
}
.h2 .a2 {
    float: right;
    width: 141px;
    margin-left: 55px;
    position: relative;
}
/* development --- end */

/* --title标题 start--*/
.title {
    width: 100%;
    height: 130px;
    padding: 30px 0px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.title p {
    height: 86px;
    line-height: 86px;
    font-size: 30px;
    color: #fff;
}
.title p.t1{
    font-size: 47px;
}

.title p.t {
    color: #CA0202;
}

.title .div596 {
    width: 596px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    background: url(../img/com.png) no-repeat 0px 0px;
    font-size: 16px;
}

.title .div496 {
    width: 496px;
    height: 43px;
    line-height: 42px;
    margin: 0 auto;
    background: url(../img/com.png) no-repeat 0px -50px;
    font-size: 16px;
}

.title .color1 {
    color: #787878;
}

/*灰色*/
.title .color2 {
    color: #fff;
}

/*灰色*/
/* --title标题 end--*/

/* --当前位置 start--*/
.current {
    width: 100%;
    font-size: 14px;
    background: #F7F7F7;
}

.current .currentBox {
    max-width: 1200px;
    min-width: 1000px;
    padding: 15px 0px;
    margin: 0 auto;
}

.current .currentBox .center {
    height: 36px;
    line-height: 36px;
    background: url(../img/categroy.png) no-repeat 4px -108px;
}

.current .currentBox span {
    margin-left: 24px;
}

.current .currentBox a {
    margin: 0px 10px;
    color: #333;
}

.current .currentBox a.active {
    color: #D11724;
}

/* -- 当前位置 end--*/

/* -- 一路前行 start --*/
.con_con {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
}

.con_con_in {
    overflow: hidden;
}
.h_title.contact{
    padding:55px 0 30px 0;
}
.h_title div {
    width: 250px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #C60211;
    margin: 0 auto;
    position: relative;
}
.h_title.contact strong {
    font-size: 18px;
}
.h_title div strong {
    font-weight: normal;
    font-size: 18px;
}
.h_title .div1 {
    width: 300px;
}
.h_title span.t18 {
    top: 18px;
}
.h_title div .span1 {
    left: 0;
}

.h_title span.t18 {
    top: 18px;
}
.h_title div .span2 {
    right: 0;
}
.h_title div .span1, .h_title div .span2 {
    width: 80px;
    height: 1px;
    display: block;
    background: #C60211;
    position: absolute;
    top: 10px;
}
.con_con_below{
    height: 110px;
    line-height: 85px;
    width: 100%;
    overflow: hidden;
}
.one_move{
    height:43px;
    width:347px;
    background:url('../img/one_move.png') #fff no-repeat;
    margin:20px auto;
}
/* -- 一路前行 end --*/

/*-- road -- start */
.road{
    width: 100%;
    min-height:1200px;
    margin:0 auto;
    position:relative;
    background: url('../img/one_land.jpg') no-repeat;
    background-size:100% 100%;
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .road{
        height: 1200px;
    }
}
.radiuss{
    position:absolute;
    color:#fff;
    z-index: 1;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    background-image:url('../img/r1.png');
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -moz-border-image: url('../img/r1.png') 0;
    background-repeat:no-repeat\9;
    background-image:none\9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/r1.png', sizingMethod='scale')\9;
}
.radius{
    position:absolute;
    color:#fff;
    z-index: 1;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    background-image:url('../img/r2.png');
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -moz-border-image: url('../img/r2.png') 0;
    background-repeat:no-repeat\9;
    background-image:none\9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/r2.png', sizingMethod='scale')\9;
}
#road_bg{
    width: 100%;
    min-height:1200px;
    left:0;
    top:0;
    position:absolute;
    background-image:url('../img/one_land.jpg');
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -moz-border-image: url('../img/one_land.jpg') 0;
    background-repeat:no-repeat\9;
    background-image:none\9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/one_land.jpg', sizingMethod='scale')\9;
}
#year1{
    width:35px;
    height:35px;
    top:8%;
    left:60%;
    font-size:12px;
    line-height: 35px;
}
#year2{
    width:40px;
    height:40px;
    top:10%;
    left:54%;
    font-size:11px;
    line-height: 40px;
}
#year3{
    width:55px;
    height:55px;
    top:12%;
    left:47%;
    line-height: 55px;
}
#year4{
    width:60px;
    height:60px;
    top:16%;
    left:51%;
    line-height: 60px;
}
#year5{
    width:65px;
    height:65px;
    top:18.5%;
    left:44%;
    font-size:15px;
    line-height: 65px;
}
#year6{
    width:80px;
    height:80px;
    top:22%;
    left:52%;
    font-size:15px;
    line-height: 80px;
}
#year7{
    width:85px;
    height:85px;
    top:29%;
    left:56%;
    font-size:20px;
    line-height: 85px;
}
#year8{
    width:95px;
    height:95px;
    top:28%;
    left:66%;
    font-size:20px;
    line-height: 95px;
}
#year9{
    width:100px;
    height:100px;
    top:39%;
    left:61%;
    font-size:22px;
    line-height: 100px;
}
#year10{
    width:105px;
    height:105px;
    top:48%;
    left:70%;
    font-size:25px;
    line-height: 105px;
}
#year11{
    width:115px;
    height:115px;
    top:57%;
    left:64%;
    font-size:25px;
    line-height: 115px;
}
#year12{
    width:135px;
    height:135px;
    top:54%;
    left:47%;
    font-size:25px;
    line-height: 135px;
}
#year13{
    width:155px;
    height:155px;
    top:69%;
    left:55%;
    font-size:30px;
    line-height: 155px;
}
#year14{
    width:195px;
    height:195px;
    top:68%;
    left:24%;
    font-size:30px;
    line-height: 195px;
}
#year15{
     width:200px;
    height:200px;
    top:80%;
    left:42%;
    font-size:30px;
    line-height: 200px;
}
#year16{
    width:205px;
    height:205px;
    top:85%;
    left:8%;
    font-size:30px;
    line-height:205px;
}
.road span{
    display:block;
    visibility: hidden;
    position:absolute;
    width:340px;
    z-index:2;
    font-size:12px;
    padding:20px 15px 20px 15px;
    background: #fff;
    opacity: 0.9;
    filter:Alpha(opacity=90);
    border:1px solid #aaaaaa;
    box-shadow: 5px 5px 5px #333;
}
.road span p{
    line-height:18px;
}
#tyear1{
    top:7%;
}
#tyear2{
    top:9%;
}
#tyear3{
    top:11.5%;
}
#tyear4{
    top:16%;
}
#tyear5{
    top:18.5%;
}
#tyear6{
    top:23%;
}
#tyear7{
    top:30%;
}
#tyear8{
    top:26.5%;
}
#tyear9{
    top:39.5%;
}
#tyear10{
    top:49.5%;
}
#tyear11{
    top:60%;
}
#tyear12{
    top:57%;
}
#tyear13{
    top:72.5%;
}
#tyear14{
    top:73.5%;
}
#tyear15{
    top:85%;
}
#tyear16{
    top:95%;
}
/*-- road -- end*/