@charset "utf-8";
html,
body {
    min-width: 1200px;
}


/* CSS Document */

.o_h {
    overflow: hidden;
}

.rela {
    position: relative;
}

.main {
    width: 1170px;
    margin: 0 auto;
}

.black{
    background: #1c1c1c;
}

.gray{
    background: #f6f6f6;
}

@font-face {
    font-family: 'DIN-Light';
    src: url('../fonts/DIN-Light.eot');
    src: url('../fonts/DIN-Light.woff') format('woff'), url('../fonts/DIN-Light.ttf') format('truetype'), url('../fonts/DIN-Light.svg#DIN-Light') format('svg'), url('../fonts/DIN-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaLTStd-Light';
    src: url('../fonts/HelveticaLTStd-Light.eot');
    src: url('../fonts/HelveticaLTStd-Light.woff') format('woff'), url('../fonts/HelveticaLTStd-Light.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Light.svg#HelveticaLTStd-Light') format('svg'), url('../fonts/HelveticaLTStd-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Condensed-Black-Se';
    src: url('../fonts/Helvetica-Condensed-Black-Se.eot');
    src: url('../fonts/Helvetica-Condensed-Black-Se.woff') format('woff'), url('../fonts/Helvetica-Condensed-Black-Se.ttf') format('truetype'), url('../fonts/Helvetica-Condensed-Black-Se.svg#Helvetica-Condensed-Black-Se') format('svg'), url('../fonts/Helvetica-Condensed-Black-Se.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


.banner {
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
}

.banner .bd{
    width: 1680px;
    height: 540px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin-left: -840px;
    top: 0;
}

.banner .prev{
    width: 48px;
    height: 48px;
    background: url(../bg/lr.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -714px;
    top: 216px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.banner .next{
    width: 48px;
    height: 48px;
    background: url(../bg/lr.png) no-repeat -48px 0;
    position: absolute;
    right: 50%;
    margin-right: -714px;
    top: 216px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.banner .prev:hover{
    background: url(../bg/lr.png) no-repeat 0 -48px;
}

.banner .next:hover{
    background: url(../bg/lr.png) no-repeat -48px -48px;
}

.banner .hd{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
}

.banner .hd ul{
    text-align: center;
}

.banner .hd ul li{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    background: url(../bg/po_01.png) no-repeat 0 0;
}

.banner .hd ul li.on{
    background: url(../bg/po_02.png) no-repeat 0 0;
}


.top{
    background: #fcfcfc;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
}

.top span{
    float: left;
    padding-left: 22px;
    overflow: hidden;
    background: url(../bg/clander.png) no-repeat 0 center;
}

.top span i{
    float: left;
    color: #a2a2a2;
    font-size: 12px;
    line-height: 40px;
    font-family: "宋体"
}

.top span ins{
    float: left;
    width: 1px;
    height: 12px;
    margin: 14px 10px 0 10px;
    background: #dcdcdc;
}

.top span small{
    float: left;
    color: #a2a2a2;
    font-size: 12px;
    line-height: 40px;
    font-family: "Verdana";
}

.top em{
    float: right;
}

.top em a{
    float: left;
    color: #c0c0c0;
    font-size: 12px;
    line-height: 40px;
    font-family: "宋体";
    position: relative;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.top em a i{
    float: left;
    width: 20px;
    height: 16px;
    margin-top: 12px;
    margin-right: 6px;
    background-position: 0 0;
    background-repeat: no-repeat
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.top em a i.c1{
    background-image: url(../bg/c1.png);
}

.top em a i.c2{
    background-image: url(../bg/c2.png);
}

.top em ins{
    float: left;
    width: 1px;
    height: 12px;
    margin: 14px 10px 0 10px;
    background: #dcdcdc;
}

.top em a img{
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: 40px;
    width: 66px;
    height: 66px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.top em a:hover{
    color: #555
}

.top em a:hover i{
    background-position: 0 -16px;
}

.top em a:hover img{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

.head{
    z-index: 100;
    height: 128px;
    overflow: hidden;
}

.head h3{
    width: 215px;
    float: left;
    margin-top: 41px;
}

.head h3 a{
    display: block;
}

.head em{
    float: right;
    overflow: hidden;
    margin-top: 44px;
}

.head em span{
    float: left;
    overflow: hidden;
    margin-right: 40px;
    font-family: 'DIN-Light';
    line-height: 40px;
    font-size: 30px;
    color: #000;
}

.head em span i{
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background: url(../bg/b1.png) no-repeat 0 0;
}

.head em a{
    float: left;
    width: 40px;
    height: 40px;
    background: url(../bg/b2.png) no-repeat 0 0;
}

/*nav*/

.nav{
    background: #242424;
    height: 55px;
    position: relative;
}

.nav .line{
    background: #363636;
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.nav ul {
    display: block;
    height: 55px;
}

.nav ul li{
    float: left;
    width: 167px;
    height: 55px;
}

.nav ul li a{
    display:block;
    height: 37px;
    padding-top: 18px;
	position: relative;
    text-align: center;
    background: #242424 url(../bg/points.png) repeat-y right top;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.nav ul li a small{
    font-size: 14px;
    color: #666;
    font-family: 'HelveticaLTStd-Light';
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.nav ul li a i{
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #555;
    margin: 0 6px;
    vertical-align: -1px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.nav ul li a font{
    font-size: 14px;
    color: #c2c2c2;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.nav ul li a ins{
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background: #ebbc7c;
    z-index: 10;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.nav ul li a:hover,.nav ul li.on a{
    background: #0a0a0a;
}

.nav ul li a:hover small,.nav ul li.on a small{
    color: #ebbc7c;
}

.nav ul li a:hover i,.nav ul li.on a i{
    background: #ebbc7c;
}

.nav ul li a:hover font,.nav ul li.on a font{
    color: #ebbc7c;
}

.nav ul li a:hover ins,.nav ul li.on a ins{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

/*in_tit*/

.in_tit{
    padding-top: 51px;
    padding-bottom: 35px;
}

.in_tit big{
    display: block;
    text-align: center;
    font-size: 30px;
    color: #222;
}

.in_tit small{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-family: 'HelveticaLTStd-Light';
    margin-top: 0;
}

/*in_tit end*/

/*in_service*/

.in_service{
    overflow: hidden;
    margin-bottom: 60px;
}

.in_service a{
    overflow: hidden;
    float: left;
    width: 360px;
    margin-right: 45px;
    position: relative;
}

.in_service a:nth-child(3n){
    margin-right: 0;
}

.in_service a img{
    display: block;
    width: 100%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.in_service a ins{
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,0.75);
    left: 0;
    top: 0;
    z-index: 10;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.in_service a em{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 120px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.in_service a em span{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-top: 70px;
}

.in_service a em font{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #a0a0a0;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 26px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.in_service a em i{
    display: block;
    margin: 0 auto;
    background: url(../bg/jt.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.in_service a:hover img{
     -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.in_service a:hover ins{
    height: 100%;
}

.in_service a:hover em{
    top: 0;
}

.in_service a:hover em font{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

.in_service a:hover em i{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}


/*in_service end*/

/*in_case*/

.in_case{
    overflow: hidden;
    padding-bottom: 60px
}

.in_case .bd{
    
}

.in_case .bd ul{
    overflow: hidden;
}

.in_case .bd ul li{
    float: left;
    width: 270px;
    height: 322px;
    margin-right: 30px;
}

.case .bd ul li{
    margin-top: 60px;
}

.case .bd ul li:nth-child(4n){
    margin-right: 0;
}

.in_case .bd ul li a{
    display: block;
    height: 317px;
    border-top: 5px solid #242424;
    overflow: hidden;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.in_case .bd ul li a big{
    display: block;
    font-size: 24px;
    color: #222;
    margin-top: 34px;
}

.in_case .bd ul li a span{
    display: block;
    overflow: hidden;
    margin-top: 11px;
    margin-bottom: 40px;
}

.in_case .bd ul li a span i{
    float: left;
    font-size: 14px;
    color: #ebbc7c;
    font-family: 'HelveticaLTStd-Light';
}

.in_case .bd ul li a span ins{
    float: left;
    width: 1px;
    height: 13px;
    background: #ebbc7c;
    margin: 3px 6px 0;
}

.in_case .bd ul li a span font{
    float: left;
    font-size: 14px;
    color: #ebbc7c;
}

.in_case .bd ul li a p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-family: "宋体";
    text-align: justify;
    height: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

.in_case .bd ul li a em{
    display: block;
    position: relative;
}

.in_case .bd ul li a em img{
    display: block;
    width: 100%;
}

.in_case .bd ul li a em ins{
    position: absolute;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0 solid transparent;
    width: 0;
    height: 0;
    top: 0;
    left: 40px;
}

.in_case .bd ul li a:hover{
    border-top: 5px solid #ebbc7c;
}

.in_case .bd ul li a:hover p{
    height: 126px;
}

.in_case .hd{
    margin-top: 40px;
}

.in_case .hd ul{
    text-align: center;
}

.in_case .hd ul li{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    background: url(../bg/po_03.png) no-repeat 0 0;
    cursor: pointer;
}

.in_case .hd ul li.on{
    background: url(../bg/po_04.png) no-repeat 0 0;
}

/*in_case end*/

/*in_about*/

.in_about{
    
}

.in_about p{
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #555;
}

/*in_about end*/

/*link*/

.link{
    position: relative;
    margin-top: 14px;
    margin-bottom: 40px;
}

.link .bd{
    width: 1135px;
    margin: 0 auto;
}

.link .bd li{
    float: left;
    width: 227px;
}

.link .bd li a{
    display: block;
    text-align: center;
}

.link .prev{
    width: 8px;
    height: 14px;
    background: url(../bg/lrlr.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 33px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.link .next{
    width: 8px;
    height: 14px;
    background: url(../bg/lrlr.png) no-repeat -8px 0;
    position: absolute;
    right: 0;
    top: 33px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.link .prev:hover{
    background: url(../bg/lrlr.png) no-repeat 0 -14px;
}

.link .next:hover{
    background: url(../bg/lrlr.png) no-repeat -8px -14px;
}

/*link end*/

/*in_contact*/

.in_contact{
    position: relative;
    height: 300px;
}

.l_in_contact{
    position: absolute;
    left: 50%;
    margin-left: -840px;
    height: 300px;
    width: 840px;
}

.r_in_contact{
    position: absolute;
    right: 50%;
    margin-right: -840px;
    height: 300px;
    background: #ebbc7c;
    width: 840px;
}

.r_in_contact em{
    display: block;
    padding-left: 60px;
    padding-top: 43px;
}

.r_in_contact em span{
    display: block;
    font-size: 30px;
    color: #fff;
    margin-bottom: 2px;
}

.r_in_contact em b{
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'HelveticaLTStd-Light';
    margin-bottom: 32px;
    font-weight: normal;
}

.r_in_contact em tt{
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f8cc90;
    padding-bottom: 7px;
    width: 525px;
    margin: 0 0 23px;
}

.r_in_contact em tt i{
    float: left;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    font-family: 'HelveticaLTStd-Light';
    margin-right: 10px;
}

.r_in_contact em tt small{
    float: left;
    font-size: 18px;
    color: #fff;
    font-family: 'Verdana';
    margin-right: 40px;
}

.r_in_contact em tt a{
    float: left;
    font-size: 18px;
    color: #fff;
    font-family: 'Verdana';
    margin-right: 40px;
}

.r_in_contact em tt font{
    float: left;
    width: 458px;
}

.r_in_contact em tt font big{
    display: block;
    font-size: 16px;
    color: #fff;
}

.r_in_contact em tt font ins{
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #ffdeb1;
    font-family: "Verdana";
}

/*in_contact end*/

/*foot*/

.foot{
    overflow: hidden;
    padding: 40px 0;
    border-top: 2px solid #ebbc7c
}

.l_foot{
    float: left;
    width: 950px;
}

.t_foot{
    overflow: hidden;
}

.t_foot .f_logo{
    overflow: hidden;
    width: 215px;
    margin-right: 80px;
    float: left;
}

.t_foot nav{
    float: left;
    overflow: hidden;
    margin-top: 13px;
}

.t_foot nav a{
    float: left;
    font-size: 14px;
    color: #555;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.t_foot nav ins{
    float: left;
    width: 1px;
    height: 13px;
    background: #e6e6e6;
    margin: 4px 20px 0;
}

.t_foot nav a:hover{
    color: #ebbc7c;
}

.b_foot{
    margin-top: 38px;
}

.b_foot p{
    font-size: 12px;
    color: #999;
    font-family: "宋体";
    margin-bottom: 5px;
}

.b_foot p a{
    font-size: 12px;
    color: #999;
    font-family: "宋体";
    font-weight: bold;
}

.b_foot small{
    font-size: 12px;
    color: #999;
    font-family: "Verdana";
    text-transform: uppercase;
}

.b_foot small a{
    font-size: 12px;
    color: #999;
    font-family: "Verdana";
}

.r_foot{
    float: right;
}

.r_foot dl{
    overflow: hidden;
}

.r_foot dl dt{
    float: left;
    width: 132px;
    height: 132px;
    border: 1px solid #e4e4e4;
    margin-right: 16px;
}

.r_foot dl dd{
    float: left;
    width: 30px;
}

.r_foot dl dd ins{
    display: block;
    width: 30px;
    height: 24px;
    background: url(../bg/xx.png) no-repeat 0 0;
}

.r_foot dl dd p{
    text-align: center;
    font: 14px/14px "宋体";
    color: #999;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 5px;
}

.r_foot dl dd p i{
    color: #222
}

/*foot end*/

/*tip*/

.tip{
    overflow: hidden;
    border-bottom: 2px solid #ebbc7c;
    padding-top: 58px;
    padding-bottom: 20px;
}

.tip a{
    float: left;
    font-size: 14px;
    font-family: "宋体";
    color: #999;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.tip a:hover,.tip a.on{
    color: #222;
}

.tip ins{
    float: left;
    width: 4px;
    height: 4px;
    background: #ebbc7c;
    margin: 7px 30px 0 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.tip span{
    float: left;
    font-size: 14px;
    font-family: "宋体";
    color: #222;
    margin-right: 10px;
}

.tip font{
    float: left;
    font-size: 14px;
    font-family: "Verdana";
    color: #222;
}

/*tip end*/

/*pages*/

.pages{
    width: 1170px;
    margin: 0 auto 80px;
    overflow: hidden;
}

.pages a{
    float: left;
    margin: 0 10px;
    text-align: center;
    height: 20px;
    padding: 0 7px;
    line-height: 20px;
    font-size: 12px;
    color: #c0c0c0;
    font-family: "Verdana";
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.pages strong{
    float: left;
    margin: 0 10px;
    text-align: center;
    height: 20px;
    padding: 0 6px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-family: "Verdana";
    background: #ebbc7c;
    font-weight: normal;
}

.pages a.prev{
    margin: 0 10px 0 0;
}

.pages a.next{
    margin: 0 0 0 10px;
}

.pages a:hover{
    color: #fff;
    background: #ebbc7c;
}

.pages a.prev:hover{
    color: #222;
    background: transparent;
}

.pages a.next:hover{
    color: #222;
    background: transparent;  
}

/*pages end*/

/*casedetail*/

.casedetail{
    overflow: hidden;
    margin: 60px auto 80px;
}

.l_tip{
    float: left;
    width: 240px;
}

.l_tip a{
    display: block;
    height: 38px;
    width: 238px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.l_tip a span{
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 38px;
    margin-left: 19px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.l_tip a i{
    position: absolute;
    width: 16px;
    height: 7px;
    top: 16px;
    right: 19px;
    background: url(../bg/jts.png) no-repeat 0 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.l_tip a:hover,.l_tip a.on{
    background: #ebbc7c;
    border: 1px solid #ebbc7c;
}

.l_tip a:hover span,.l_tip a.on span{
    color: #fff;
}

.l_tip a:hover i,.l_tip a.on i{
    background: url(../bg/jts.png) no-repeat -16px 0;
}

.r_casedetail{
    float: right;
    width: 850px;
}

.r_casedetail h3{
    font-size: 24px;
    color: #ebbc7c;
    font-weight: bold;
    margin-bottom: 30px;
}

.r_casedetail p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: justify;
    margin-bottom: 30px;
}

.r_casedetail img{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.r_casedetail .backlist{
    float: right;
    width: 158px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background: #ebbc7c;
}

.r_casedetail .backlist i{
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 6px;
    vertical-align: -2px;
    background: url(../bg/fh.png) no-repeat 0 0;
}

/*casedetail end*/

/*about*/

.about{
    overflow: hidden;
    margin: 60px auto 80px;
}

.l_about{
    float: left;
    width: 765px;
}

.l_about p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: justify;
    margin-bottom: 15px;
}

.r_about{
    float: right;
    width: 360px;
}

.r_about img{
    display: block;
    width: 100%;
}

/*about end*/

/*team*/

.team{
    margin: 60px auto;
}

.t_team{
    margin-bottom: 55px;
}

.t_team p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: justify;
}

.f_team{
    overflow: hidden;
}

.f_team dl{
    float: left;
    width: 268px;
    height: 464px;
    border: 1px solid #ddd;
    margin-right: 30px;
}

.f_team dl:nth-child(4n){
    margin-right: 0;
}

.f_team dl dt img{
    display: block;
    width: 100%;
}

.f_team dl dd{
    padding: 0 30px;
}

.f_team dl dd span{
    display: block;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 16px;
}

.f_team dl dd ins{
    display: block;
    margin: 0;
    height: 0;
    width: 43px;
    border-bottom: 1px solid #ebbc7c;
    border-top: 1px solid #eee;
}

.f_team dl dd font{
    display: block;
    font-size: 14px;
    color: #222;
    font-weight: lighter;
    margin-top: 16px;
    margin-bottom: 15px;
}

.f_team dl dd i{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    font-weight: lighter;
}

/*team end*/

/*company*/

.company{
    margin: 60px auto 80px;
}

.company img{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.company p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: justify;
    margin-bottom: 15px;
}

/*company end*/

/*cooperation*/

.cooperation{
    margin: 60px auto 80px;
}

.cooperation ul{
    overflow: hidden;
}

.cooperation ul li{
    float: left;
    width: 163px;
    height: 64px;
    border: 1px solid #cdcdcd;
    margin-bottom: 40px;
    margin-right: 36px;
}

.cooperation ul li:nth-child(6n){
    margin-right: 0;
}

/*cooperation end*/


/*contact*/

.contact{
    overflow: hidden;
    height: 300px;
    margin: 60px auto;
}

.l_contact{
    float: left;
    height: 300px;
    width: 585px;
}

.r_contact{
    float: right;
    height: 300px;
    width: 585px;
    background: #ebbc7c;
}

.r_contact em{
    display: block;
    padding-left: 40px;
    padding-top: 43px;
}

.r_contact em span{
    display: block;
    font-size: 30px;
    color: #fff;
    margin-bottom: 2px;
}

.r_contact em b{
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'HelveticaLTStd-Light';
    margin-bottom: 32px;
    font-weight: normal;
}

.r_contact em tt{
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f8cc90;
    padding-bottom: 7px;
    width: 505px;
    margin: 0 0 23px;
}

.r_contact em tt i{
    float: left;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    font-family: 'HelveticaLTStd-Light';
    margin-right: 10px;
}

.r_contact em tt small{
    float: left;
    font-size: 18px;
    color: #fff;
    font-family: 'Verdana';
    margin-right: 40px;
}

.r_contact em tt a{
    float: left;
    font-size: 18px;
    color: #fff;
    font-family: 'Verdana';
    margin-right: 40px;
}

.r_contact em tt font{
    float: left;
    width: 420px;
}

.r_contact em tt font big{
    display: block;
    font-size: 16px;
    color: #fff;
}

.r_contact em tt font ins{
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #ffdeb1;
    font-family: "Verdana";
}

/*in_contact end*/

/*form*/

.form{
    overflow: hidden;
    margin-bottom: 80px;
}

.l_form{
    float: left;
    width: 360px;
}

.l_form span{
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 7px;
}

.l_form input{
    display: block;
    width: 358px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #555;
    text-indent: 20px;
    margin-bottom: 16px;
    outline: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.l_form textarea{
    display: block;
    width: 358px;
    height: 96px;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #555;
    text-indent: 20px;
    margin-bottom: 20px;
    outline: none;
    padding: 11px 0;
    resize: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.l_form input:focus{
    border: 1px solid #ebbc7c;
}

.l_form textarea:focus{
    border: 1px solid #ebbc7c;
}

.l_form a{
    display: block;
    margin: 0;
    background: #ebbc7c;
    text-align: center;
    line-height: 40px;
    width: 160px;
    font-size: 14px;
    color: #fff;
}

.r_form{
    float: right;
    width: 765px;
    overflow: hidden;
}

.t_form{
    float: left;
    width: 360px;
}

.t_form h3{
    font-size: 22px;
    color: #555;
    font-weight: normal;
    margin-bottom: 23px;
}

.t_form p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-family: "宋体";
    text-align: justify;
    margin-bottom: 24px;
}

.t_form small{
    font-size: 12px;
    line-height: 20px;
    color: #999;
    font-family: "Verdana";
    text-align: justify;
    display: block;
}

.i_form{
    float: right;
    width: 360px;
}

.i_form img{
    display: block;
    width: 100%;
}

/*form end*/

/*advantage*/

.advantage{
    margin-top: 50px;
    margin-bottom: 80px;
}

.t_advantage{
    margin-bottom: 30px;
}

.t_advantage h3{
    text-align: center;
    font-size: 28px;
    color: #222;
    font-weight: bold;
    margin-bottom: 50px;
}

.t_advantage h3 i{
    font-size: 34px;
    color: #222;
    font-weight: lighter;
    margin-right: 24px;
}

.t_advantage p{
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-family: "宋体";
    margin-bottom: 24px;
}

.m_advantage{
    
}

.m_advantage ul{
    height: 305px;
}

.m_advantage ul li{
    float: left;
    width: 358px;
    height: 264px;
    padding-top: 39px;
    margin-right: 45px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.m_advantage ul li:nth-child(3n){
    margin-right: 0;
}

.m_advantage ul li ins{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.m_advantage ul li ins.c1{
    background: url(../bg/s1.png) no-repeat 0 0;
}

.m_advantage ul li ins.c2{
    background: url(../bg/s2.png) no-repeat 0 0;
}

.m_advantage ul li ins.c3{
    background: url(../bg/s3.png) no-repeat 0 0;
}

.m_advantage ul li span{
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    display: block;
    margin-top: 35px;
    margin-bottom: 12px;
}

.m_advantage ul li p{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    font-family: "宋体";
    margin: 0 auto;
    width: 270px;
}

.m_advantage ul li:hover{
    border: 1px solid transparent;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.b_advantage{
    overflow: hidden;
    margin-top: 70px;
}

.l_advantage{
    float: left;
    width: 765px;
}

.l_advantage p{
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-family: "宋体";
    margin-bottom: 15px;
}

.r_advantage{
    float: right;
    width: 360px;
}

.r_advantage img{
    display: block;
    width: 100%;
}


/*advantage end*/

/*news*/

.news{
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 15px;
}

.news a{
    float: left;
    width: 360px;
    margin-right: 45px;
    position: relative;
    margin-bottom: 45px;
}

.news a:nth-child(3n){
    margin-right: 0;
}

.news a em{
    position: absolute;
    width: 320px;
    height: 80px;
    padding: 0 20px;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news a em big{
    float: right;
    font-family: 'Helvetica-Condensed-Black-Se';
    color: #ebbc7c;
    font-size: 36px;
    line-height: 80px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news a em h3{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news a em p{
    font-size: 12px;
    color: #fff;
    font-family: "宋体";
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news a:hover em{
    background: #ebbc7c;
}

.news a:hover em big{
    color: #222;
}

.news a:hover em h3{
    color: #222;
}

.news a:hover em p{
    color: #b58b52;
}

/*news end*/

/*newsdetail*/

.newsdetail{
    margin: 60px auto 80px;
}

.newsdetail em{
    display: block;
    overflow: hidden;
    margin-bottom: 32px;
}

.newsdetail em .backlist{
    float: right;
    width: 158px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background: #ebbc7c;
}

.newsdetail em .backlist i{
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 6px;
    vertical-align: -2px;
    background: url(../bg/fh.png) no-repeat 0 0;
}

.newsdetail em h3{
    font-size: 24px;
    color: #222;
    font-weight: bold;
}

.newsdetail em span{
    display: block;
    font-size: 12px;
    color: #999;
    font-family: "Verdana";
    margin-top: 10px;
}

.newsdetail em span i{
    color: #555;
}

.newsdetail p{
    text-align: justify;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    font-family: "宋体";
    margin-bottom: 24px;
}

/*newsdetail end*/