html {
    -webkit-text-size-adjust: none;
}

body {
    font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    color: #a7a7a7;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

* {
    outline: none;
    box-sizing: border-box;
}

button,
input,
textarea {F
    font-size: 12px;
    line-height: 1.8;
    outline: none;
}

p,
ul,
ol,
dl,
dt,
dd,
form,
blockquote,
pre {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #333;
}

em,
b,
i {
    font-style: normal;
    font-weight: normal;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #555;
}

a:hover {
    text-decoration: none;
}

input,
img,
select {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {}

*+html .clearfix {}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.container {
    width: 1250px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.header {
    width: 100%;
    height: 78px;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.7);
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.25);
    top: 0;
}

.header .logo {
    width: 160px;
    height: 38px;
    margin-top: 17px;
    float: left;
}
.header .logo img {
    width: 100%;
}
.nav {
    width: 925px;
    height: 22px;
    position: absolute;
    top: 28px;
    left: 200px;
}

.nav>li:first-child {
    border-left: 1px solid #cccccc;
}

.nav>li {
    float: left;
    width: 102px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: relative;
    border-right: 1px solid #cccccc;
}

.nav>li>a > h2 {
    color: #ffffff !important;
    font-size: 16px !important;
    transition: all 0.6s;
}

/* .nav>li:hover >a,
.nav>li.hover>a {
    color: #3e88f1 !important;
} */

.nav>li:hover >a,
.nav>li.hover>a {
    color: #3e88f1 !important;
}
.nav>li>a span {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    transition: all 0.6s;
    opacity: 0;
    text-transform: uppercase;
}
.nav>li:hover a span {
    margin-top: -22px;
    color: #3e88f1;
    opacity: 1;
}
.nav>li:hover a h2 {
    display: none;
}

.nav>li:hover .nav_sub {
    display: block;
    opacity: 0.8;
}

.nav_sub {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 51px;
    opacity: 0;
    background: #000;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}

.nav_sub>a {
    display: block;
    height: auto;
    line-height: 1.2;
    padding-left: 23px;
    border-bottom: 1px solid rgba(250, 250, 250, .4);
    text-align: left;
    color: #fff;
    padding: 5px 10px;
}

.nav_sub>a:hover {
    background: #3e88f1;
    border-bottom: #3e88f1;
}

.header_right {
    width: 280px;
    height: 38px;
    position: absolute;
    top: 20px;
    right: 0;
}

.header_right img {
    width: 100%;
    height: 100%;
}

.case {
    width: 100%;
    height: auto;
    padding-top: 0px;
    background: #fff;
    padding-bottom: 0px;
}
.case .title {
	width:100%;
	height:320px;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	background:#000;
}

.case .title ul {
    width: 1350px;
    height: 320px;
    margin: 0 auto 18px auto;
    overflow: hidden;
}

.case .title ul li {
    width: auto;
    height: 100%;
    float: left;
    padding: 20px 110px;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #dadada;
}

.case .title ul li:last-child {
    border-right: 0;
}

.case .title ul li .img1 {
    width: 50px;
    height: 40px;
    display: inline-block;
}

.case .title ul li .img2 {
    width: 50px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 25px;
    opacity: 0;
}

.case .title ul li .zi {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    position: relative;
    top: 6px;
    left: 10px;
}

.case .title ul li p {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
}

.case .title ul li.on .img1 {
    /* opacity: 0; */
}

.case .title ul li.on .img2 {
    opacity: 1;
}

.case .title ul li.on .zi {
    color: #3e88f1;
}

.case .title ul li.on p {
    color: #3e88f1;
}

.case .anlis {
    display: none;
    width: 1400px;
    height: auto;
    padding-top: 18px;
    margin: 0 auto;
}

.case .ads {
    display: block;
}

.case .anlis dl {
    width: 100%;
    height: 1165px;
    overflow: hidden;
    margin-bottom: 0;
}

.case .anlis dl dd {
    width: 445px;
    height: 330px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #cfcfcf;
}

.case .anlis dl dd:nth-of-type(3n) {
    margin-right: 0;
}

.case .anlis dl dd a {
    display: block;
    width: 100%;
    height: 100%;
}

.case .anlis dl dd img {
    width: 100%;
    height: 285px;
    overflow: hidden;
    transition: all 0.6s;
}

.case .anlis dl dd p.wenzi {
    width: 100%;
    height: 45px;
    position: relative;
}

.case .anlis dl dd p.wenzi span {
    position: absolute;
    display: inline-block;
    height: 45px;
    line-height: 45px;
}

.case .anlis dl dd p.wenzi span.name {
    float: left;
    left: 18px;
    font-size: 16px;
}

.case .anlis dl dd p.wenzi span.adds {
    float: right;
    right: 18px;
    font-size: 12px;
    color: #818181;
}

.one,
.case .anlis dl dd:hover img {
    -ms-transform: scale(0.92);
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

.case .more {
    display: block;
    width: 190px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin: 5px auto 0;
    text-align: center;
    border: 1px solid #cfcfcf;
}

.company {
    padding-top: 71px;
    width: 1455px;
    padding-bottom: 20px;
    margin: auto;
}

.company_left {
    width: 755px;
    border: 1px solid #eee;
    float: left;
}

.company_right {
    float: right;
    width: 640px;

}

.company_title {

    float: left;
}

.company_title li {
    width: 178px;
    height: 140px;
    background: #d0d0d0;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.company_infors {
    padding-top: 20px;
    padding-bottom: 30px;
}

.company_infors a {
    color: #808080;
    display: block;
}

.company_infors:hover a {
    color: #14a0d8;
}

.company_title li.culture {
    margin-bottom: 0;
}

.company_title li img {
    padding-top: 25px;
}

.company_title li p {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.company_title li .english {
    font-size: 14px;
    line-height: 1.1;
    color: (255, 255, 255);
    color: rgba(255, 255, 255, 0.8);
}

.company_title li:hover {
    background: #14a0d8;
    background: -moz-linear-gradient(bottom, #14a0d8 0%, #7bcff1 100%);
    background: -webkit-linear-gradient(bottom, #14a0d8 0%, #7bcff1 100%);
    background: -o-linear-gradient(bottom, #14a0d8 0%, #7bcff1 100%);
    background: -ms-linear-gradient(bottom, #14a0d8 0%, #7bcff1 100%);
    background: linear-gradient(bottom, #14a0d8 0%, #7bcff1 100%);

}


.company_title li:hover .right_sanjiao {
    display: block;
}


.right_sanjiao {
    width: 10px;
    height: 23px;
    background: url(../images/hidden_sanjiao.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11.5px;
    margin-right: -10px;
    display: none;
}

.company_title .left_controll {
    background: #14a0d8;
    background: -moz-linear-gradient(bottom, #14a0d8 0%, #7bcff1 100%);
    background: -webkit-linear-gradient(bottom, #14a0d8 0%, #7bcff1 100%);
    background: -o-linear-gradient(bottom, #14a0d8 0%, #7bcff1 100%);
    background: -ms-linear-gradient(bottom, #14a0d8 0%, #7bcff1 100%);
    background: linear-gradient(bottom, #14a0d8 0%, #7bcff1 100%);
}

.left_controll .right_sanjiao {
    display: block;
}

.company_infor {
    float: right;
}

.company_infor li {
    width: 500px;
    border-bottom: 1px dashed #EEEEEE;
    cursor: pointer;
}

.company_infor li.company_li .company_ti {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #808080;
    float: left;
    margin-left: 10px;
}

.circle {
    width: 6px;
    height: 6px;
    border: 1px solid #808080;
    float: left;
    border-radius: 50%;
    margin-top: 27px;
}

.date {
    color: #a8a8a8;
    float: right;
    font-size: 12px;
    margin-top: 23px;
}


.company_infor li.company_li_last {
    border: none;
}



.color_controll {
    color: #866240;
}



.company_infor li:first-child h4 {
    font-size: 14px;
    padding-top: 22px;
    margin-bottom: 16px;
    font-weight: bold;

}

.company_infor li:first-child p {
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 13px;
}

.company_right h2 {
    line-height: 20px;
    font-size: 21px;
    margin-bottom: 8px;
    padding-left: 16px;
    border-left: 4px solid #1aa3da;
    color: #444444;
}


.company_infor ul {
    display: none;
}

.company_infor li:hover {
    color: #b7804e;
}

.company_infor li.company_li:hover .company_ti {
    color: #b7804e;
}

.company_infor li.company_li:hover .date {
    color: #b7804e;
}

.company_right .video {
    height: 246px;

}

.company_infor {
    font-size: 12px;
    line-height: 20px;
    /*margin-top:20px ;*/
    color: #808080;
    /*margin-bottom: 35px;*/
    margin-right: 40px;
}

.company_ti {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info_list {
    font-size: 14px;
    color: #808080;
}

.info_list a {
    color: #808080;
}

.info_list li:hover a {
    color: #14a0d8;
}


.info_list li {

    float: left;
    margin-left: 25px;
}

.info_list li:first-child {
    margin-left: 0;
}

.info_list li .circle {
    margin-top: 6px;
}

.info_list li div {
    float: left;
}

.info_word {
    margin-left: 8px;
}

.show {
    display: block !important;
}

footer {
    overflow: hidden;
    background: #333333;
    width: 100%;
    height: auto;
    padding: 65px 0 20px
}


footer>div>div {
    position: relative;
    padding: 40px 0;
    border-bottom: 2px solid #3d3d3d;
    border-top: 2px solid #3d3d3d;
}

footer>div>div .inner-l {
    float: left
}

footer>div>div .inner-r {
    position: absolute;
    right: 0;
    top: 103px;
}

footer>div>div .inner-r .pic {
    position: absolute;
    bottom: 0;
    right: -60px;
    opacity: 0
}

footer>div>div>p a {
    display: inline-block;
    font-size: 16px;
    margin-right: 60px;
    color: #a7a7a7;
    transition: all 0.5s
}

@media only all and (max-width: 1366px) {
    footer>div>div>p a {
        font-size: 14px
    }
}

@media only all and (max-width: 768px) {
    footer>div>div>p a {
        font-size: 12px;
        margin-right: 10px
    }
}

footer>div>div>p a img {
    opacity: 0.7;
    transition: all 0.5s
}

footer>div>div>p a:hover {
    color: #fff
}

footer>div>div>p a:hover img {
    opacity: 1
}

footer>div>div>p a:nth-child(3) {
    margin-right: 0
}

footer>div>div>img {
    position: absolute;
    width: 20%;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%)
}

@media only all and (max-width: 1024px) {
    footer>div>div>img {
        margin-left: 0
    }
}

@media only all and (max-width: 768px) {
    footer>div>div>img {
        display: none
    }
}

footer>div>p {
    padding-top: 20px;
    font-size: 14px;
    color: #a7a7a7;
    text-align: left
}

@media only all and (max-width: 768px) {
    footer>div>p {
        font-size: 12px
    }
}

footer>div>p span {
    float: right;
    font-size: 14px
}

@media only all and (max-width: 768px) {
    footer>div>p span {
        float: none;
        display: block
    }
}

@media only all and (max-width: 768px) {
    footer>div>p a {
        float: none;
        display: inline-block;
        font-size: 12px
    }
}

.limitWidth-percentWidth {
    width: 62.5%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media only all and (max-width: 1440px) {
    .limitWidth-percentWidth {
        width: 80.5%
    }
}

@media only all and (max-width: 768px) {
    .limitWidth-percentWidth {
        width: 87.5%
    }
}

@media only all and (max-width: 414px) {
    .limitWidth-percentWidth {
        width: 90.5%
    }
}

.newFiling {
    display: inline-block;
    border: none;
    padding: 0;
    margin-left: 10px;
    vertical-align: middle;
}

.powered {
    color: #a7a7a7;
    float: right;
    padding-top: 18px;
}

.bg {
    height: auto;
    padding-bottom: 70px;
    width: 100%;
    overflow: hidden;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat;
}

.bg .container {
    width: 1200px;
    padding-top: 25px;
}

.case_infor_left {
    width: 266px;
    float: left;
}

.case_infor_title {
    height: 100px;
    width: 100%;
    background-size: cover;
    padding-left: 22px;
}

.infor_title1 {
    font-size: 27px;
    font-weight: bold;
    margin-right: 19px;
    line-height: 100px;
    color: #FFFFFF;
}

.infor_title2 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.7);
}

.case_infor_list li {
    height: 52px;

    background-color: #f8f8f6;
    padding: 0 22px;
    line-height: 52px;
    border-bottom: 1px solid #E8E8E8;

}

.news_bg {
    background: #FFFFFF !important;
}

.news_bg a {
    color: #14a0d8 !important;
    background: url(../images/right_jiantou1.png) no-repeat center right !important;
}


.case_style {
    background-color: #FFFFFF;
}

.case_infor_list li a {
    background: url(../images/right_jiantou.png) no-repeat center right;
}

.case_infor_list li:hover, .case_infor_list li.hover {
    background: #FFFFFF;

}

.case_infor_list li:hover a , .case_infor_list li.hover a  {
    color: #14a0d8;
    background: url(../images/right_jiantou1.png) no-repeat center right;
}

.case_infor_list a {
    display: block;
    color: #777;
    font-size: 18px;
    height: 52px;
    background-color: #f8f8f6;
}

.case_info_right {
    width: 896px;
    float: right;
    margin-bottom: 50px;
}

.infor_right_title {
    padding-top: 10px;
    color: #999999;
    height: 50px;
    border-bottom: 1px solid #E8E8E8;
}

.right_title_word {
    float: left;

}

.right_title_address {
    float: right;
    background: url(../images/case_home.png) no-repeat center left;
}

.title_style1 {
    font-size: 25px;

}

.title_style2 {
    font-size: 16px;
}

.right_title_address {
    font-size: 13px;
    padding-left: 23px;
    margin-top: 12px;
    padding-top: 2px;
}

.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin-top: 30px;
}

.infor_right_content {
    min-height: 300px;
}

.infor_right_content li {
    margin-bottom: 21px;
}

.infor_content_index {
    width: 205px;
    margin: auto;
    margin-top: 40px;
}

.infor_content_index li {
    float: left;
    margin-right: 10px;
    width: 31px;
    height: 31px;
    border: 1px solid #E8E8E8;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
}

.infor_content_index li a {
    color: #999999;
}

.culture_bd ul li {
    float: left;
    margin: 0 10px;
    width: 288px;
}

.culture_bd .tempWrap {
    width: 1400px !important;
}

.culture_bd ul li div {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 1px;
    padding-bottom: 0;
    border: 1px solid #e8e8e8;
    background: #FFFFFF;
    float: left;
    margin-left: 16px;
}

.culture_bd ul li div:first-child {
    margin-left: 0;
}

.culture_bd ul li div img {
    width: 284px;
    height: 209px;
    transition: all 0.6s;
}
.culture_bd ul li div:hover img {
    -ms-transform: scale(0.92);
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

.culture_bd ul li div h4 {
    font-size: 14px;
    padding-top: 17px;
    padding-bottom: 15px;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.culture_bd ul li div p {
    font-size: 12px;
    line-height: 23px;
    margin-top: 12px;
    color: #808080;
}

.culture_bd ul li div:hover {
    /* background: #b98251; */
}

.culture_bd ul li div:hover h4 {
    /* color: #FFFFFF; */
}

.culture_bd ul li div:hover p {
    /* color: #FFFFFF; */
}

.page {
    padding: 10px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    clear: both;
    margin-top: 40px;
}

.page li {
    display: inline-block;
}

.page a {
    display: block;
    text-decoration: none;
    color: #8698b6;
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    padding-bottom: 5px;
    margin-right: 3px
}

.page li.am-active a {
    background: #a16e3f;
    border: 1px solid #a16e3f;
    color: #fff
}

.page a:hover {
    text-decoration: none;
    color: #fff;
    background: #a16e3f;
    border: 1px solid #a16e3f
}

.news_list li {
    height: 144px;
    padding: 14px 28px 14px 270px;
    margin-top: 25px;
    cursor: pointer;
    box-sizing: content-box;
    background-color: #f8f8f6;
    background-size: 230px 140px;
    background-repeat: no-repeat;
    background-position: left 18px center;
}

.news_list li:hover {
    background-color: #b8916e !important;
}

.new_title {
    color: #000000;
}

.news_list li:hover .new_title span {
    color: #FFFFFF;
}

.news_list li:hover .new_infor {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.8);
}

.new_title {
    padding-top: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dedede;

}

.new_title_1 {
    font-size: 16px;
    float: left;

}

.new_title_time {
    float: right;
    font-size: 12px;
}

.new_infor {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}
.hd {
    width: 100%;
    height: auto;
    overflow:hidden;
    background: #f0f0f0;
    padding-bottom: 20px;
}
.shuzi {
    width: 100%;
    height: auto;
    padding: 50px 0 0;
    background: #fff;
}
.shuzi p {
    text-align: center;
    color: #616161;
}
.shuzi p.tit {
    font-size: 36px;
    text-align: center;
    font-family: AovelSans;
    text-transform: uppercase;
}
.shuzi p.js {
    font-size: 30px;
    letter-spacing: 8px;
}
.shuzi .fud {
    margin-top: 15px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #7b7b7b;
}
.hd_case {
    width: 1200px;
    height:auto;
    overflow: hidden;
    margin:50px auto;
}
.hd_case li {
    float: left;
    width: 33.33%;
    padding: 15px;
}
.hd_case li img {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    overflow: hidden;
}
.cont1, .footer, #flow {
    transition: all 0.5s;
}
.six {
    width: 100%;
    height: 485px;
    position: relative;
}
.six .imges{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
    left: 0;
    z-index: -1;
}
.six .onimg{display: block;}
.six .tit{
	width: 100%;
	height: 195px;
	border-bottom: 1px solid;
	border-bottom-color: rgba(250,250,250,.5);
   position:relative;
}
.six .tit .tcon{width: 758px;height: 91px;margin: 0 auto;position: relative;top: 52px;}
.six ul{width: 1560px;height: 290px;overflow: hidden;margin: 0 auto;}
.six ul li{
	width: 248px;
	height: 100%;
	float: left;
	cursor: pointer;
	border-right: 1px solid;
	border-right-color: rgba(250,250,250,.5);
}
.six ul li:last-child{border-right: 0;}
.six ul li.on{width: 320px;height: 100%;transition: all 0.6s;}
.six ul li.on .tcon1{display: none;}
.six ul li.on .tcon2{display: block;}
.six ul li .tcon1{
	width: 120px;
	height: auto;
	margin: 85px auto 0;
}
.six ul li .tcon1 .zi1,.six ul li .tcon2 .zi1{
	height: 44px;
	line-height: 44px;
	font-size: 30px;
	color: #fff;
}
.six ul li .tcon1 .zi1 img,.six ul li .tcon2 .zi1 img{
	width: 44px;
	height: 44px;
	position: relative;
    top: -3px;
    left: 8px;
}
.six ul li .tcon1 .zi2,.six ul li .tcon2 .zi2{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;;
}
.six ul li .tcon1 .zi3{
	font-size: 24px;
	color: #fff;
	line-height: 35px;
}
.six ul li .tcon2{
	display: none;
	width: 240px;
	height: auto;
	position: relative;
	margin: 40px auto 0;
	transition: all 0.6s;
}
.six ul li .tcon2 .zi3{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	margin-top: 20px;
	text-align: justify;
}
.six ul li .tcon2 .zi4{
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.six ul li .tcon2 .img{
	width: 71px;
	height: 35px;
	margin-top: 35px;
}
.footer_nav {
    width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 15px auto;
}
.footer_nav ul {
    float: left;
    width: 16%;
    height: auto;
    overflow: hidden;
}
.footer_nav ul li {
    line-height: 200%;
    color: #fff;
}
.footer_nav ul li.footer_nav_title {
    line-height: 240%;
    color: #fff;
    font-size:16px;
    font-weight: bold;
    margin-bottom:15px;
}
.footer_nav ul li a {
    font-size: 12px;
    color: #fff;
}
.footer_nav ul li a:hover {
    color: #cccccc;
}
.footer_nav ul li span {
    color: #999999;
    margin-right: 10px;
}
.fanweiService_title {
	font-family:"Arial";
	font-size:80px;
	font-weight:bold;
	color:#fff;
	padding:50px 0 30px 0;
	text-align:center;
	background-color:#272729;
}
.in_service_w {
	width:100%;
	background-color:#272729;
	position:relative;
}
.in_service {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.in_service_title {
	padding-top:62px;
	text-align:center;
}
.in_service_about {
	line-height:30px;
	margin-top:30px;
	color:#cacaca;
	text-align:center;
}
.in_service_img {
	height:416px;
	margin-top:30px;
	text-align:center;
	background:url(../images/servicebg.png) no-repeat 50% 100%;
	position:relative;
}
.in_serviceItem {
	color:#fff;
	text-align:center;
	display:block;
	transition:all .6s ease-out;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.in_service_img:hover .in_serviceItem {
	background-color:#68686a;
}
.in_service_img .in_serviceItem:hover {
	background-color:#cd590e;
	background-color:rgba(205,89,14,.7);
	color:#fff;
}
.in_service_img .in_serviceItem:hover .in_serviceItem_en {
	font-size:76px;
	transition:all .3s ease;
}
.in_serviceItem_en {
	height:86px;
	margin-top:68px;
	font-family:"Arial";
	font-size:72px;
	transition:all .3s ease;
}
.in_serviceItem_cn {
	font-size:18px;
}
.in_serviceItem_one {
	width:264px;
	height:264px;
	position:absolute;
	top:36px;
	left:218px;
	background-color:#68686a;
}
.in_serviceItem_two {
	width:326px;
	height:326px;
	position:absolute;
	top:6px;
	left:436px;
	z-index:99;
	background-color:#cd590e;
	background-color:rgba(205,89,14,.7);
}
.in_serviceItem_three {
	width:264px;
	height:264px;
	position:absolute;
	top:36px;
	right:218px;
	background-color:#68686a;
}
.in_serviceItem_two .in_serviceItem_en {
	margin-top:100px;
}
.in_serviceShow {
	width:540px;
	height:540px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:9999;
	display:none;
	text-align:center;
	color:#fff;
	margin:-270px 0 0 -270px;
	background-color:#cd590e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition:all .6s ease-out;
	-moz-animation:myfirst 1.5s;
	-webkit-animation:myfirst 1.5s;
	animation:myfirst 1.5s;
}
.in_serviceShow_title {
	margin-top:120px;
	font-weight:normal;
	font-size:36px;
}
.in_serviceShow_con {
	margin-top:40px;
	line-height:30px;
	font-size:14px;
	color:#fff;
}
.in_serviceShow_colse {
	width:40px;
	height:40px;
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-20px;
	background:url(../images/colse.png) no-repeat;
	cursor:pointer;
}




.management{ padding:60px 0 80px;background-attachment: fixed;}
.management .list{ margin-top:60px; }
.management .list li{ background:#68686a; border-top:2px solid #eceff1; cursor:pointer; float:left; width:426px; height:260px;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px; margin-right:10px; position:relative;margin-right: 61px;}
.management .list li .box{ text-align:center; }
.management .list li.i1 .box .icon{background:#f3f3f3 url(../images/ico-li.png) 0px 0px no-repeat; }
.management .list li.i2 .box .icon{background:#f3f3f3 url(../images/ico-li.png) 0 -219px no-repeat; }
.management .list li.i3 .box .icon{background:#f3f3f3 url(../images/ico-li.png) 0 -73px no-repeat; }
.management .list li.i4 .box .icon{background:#f3f3f3 url(../images/ico-li.png) 0px -146px no-repeat; }
.management .list li .box .icon{ width:73px; height:73px; margin:40px auto 0; border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;-ms-border-radius: 100%;-o-border-radius: 100%;background-size: 73px 292px!important;}
.management .list li .box h3 a{ color:#FFFFFF; font-size:24px; margin-top:27px;display:block; }
.management .list li .shaw{ width:427px; height:260px; position:absolute; left:0;top:0;background:url(../images/gh.png) no-repeat left #666; background-size:contain;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px; display:none; opacity:0.9; filter:opacity(0.9);}
.management .list li .shaw dl{ padding:0 25px 0 25px; position:absolute;display: block; top:50%;transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%);-webkit-transform: translate(0,-50%);}
.management .list li .shaw dd{ padding-left:15px; margin-bottom:10px; background:url(../images/point_03.png) left 9px no-repeat; }
.management .list li .shaw dd a{ color:#FFFFFF; font-size:18px; cursor:pointer; }
.management .list li .shaw dd a:hover{ text-decoration:underline; }
.management .list li:hover .shaw{ display:block; }
.contain {
    width: 1400px;
    margin: 0 auto;
}
.titl {
    text-align: center;
}
.titl p {
    background: url(../images/titbg.png) center top no-repeat;
    padding: 15px 0 25px;
    text-transform: uppercase;
    color: #4f4f4f;font-size: 18px;
}
.titl h2 {
    font-size: 48px;
    color: #fff;
    line-height: 48px;
}
.clearfix {
    zoom: 1;
}
.management .list li.i3{margin-right: 0px;}








