/****************************** reset ******************************/
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;
}

ul {
    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: 16px/1.14 \5FAE\8F6F\96C5\9ED1, arial;
    color: #333;
    /*outline:0;*/
}

a,
a:hover {
    color: inherit;
    color: expression(this.parentNode.currentStyle.color);
}

/****************************** mk ******************************/
/** {-moz-box-sizing: border-box;  -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;}*/
.center {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
}

.clearfix,
.container:after,
.row:after,
ul {
    *zoom: 1
}

.clearfix:after,
.container:after,
.row:after,
ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.imgcenter {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.opacity {
    opacity: .5;
    filter: alpha(opacity=50);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.oh {
    overflow: hidden;
}

.ws {
    white-space: nowrap;
}

.fontoh {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.big:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.no_tran {
    transition: normal;
}

.c4s {
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

html {
    min-width: 1100px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.show_tit {
    text-align: center;
    padding-top: 40px;
}

.show_tit h1 {
    padding-bottom: 10px;
    color: #666;
    font-size: 16px;
    line-height: 33px;
}

.show_tit p {
    padding-bottom: 10px;
}

.show_tit p span {
    padding: 0 15px;
}

.information {
    color: #868686;
    padding: 5px;
    text-align: left;
    line-height: 1.7;
    background-color: #F5F5F5;
    border: #E5E5E5 1px solid;
    margin-bottom: 10px;
    text-indent: 24px;
}

.prev_next {
    line-height: 25px;
    margin-top: 20px;
}

.prev_next a:hover {
    color: #048bcd;
}

.new_list,
.pro_list {
    overflow: hidden;
}

.pro_list li {
    float: left;
    padding: 15px;
    border: 1px solid #eee;
    margin: 0 15px 15px 0;
}

.pro_list li:hover {
    border-color: #ff8d29;
}

.pro_list li p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.pro_list li p:hover {
    color: #0064d4;
}

.new_list {
    margin-top: 15px;
}

.new_list li {
    line-height: 23px;
    margin: 3px 0 20px;
    border-bottom: 1px dotted #c6c6c6;
    font-size: 14px;
}

.new_list li span {
    float: right;
    font-size: 12px;
    color: #acacac;
}

.new_list li a {
    float: left;
    max-width: 700px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new_list li a:hover {
    color: #0064d4;
}

.new_list li a i {
    color: #4a86e8;
    margin: 0 5px 2px;
}

.new_list li p {
    line-height: 2;
    color: #666;
}

.pro_img {
    width: 420px;
    margin: 0 auto;
}

.pro_img_box {
    overflow: hidden;
    position: relative;
    width: 360px;
    float: left;
    height: 60px;
}

.pro_img_box ul {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
}

.pro_img_box li {
    float: left;
    margin-top: 4px;
    cursor: pointer;
}

.pro_img_box li img {
    display: block;
    border: 1px solid #9c9c9c;
}

.pro_img_a {
    overflow: hidden;
}

.pro_img_a a {
    float: left;
    display: block;
    width: 23px;
    height: 68px;
}

.pro_img_btn1 {
    background: url(../images/btn_l.gif) no-repeat;
}

.pro_img_btn2 {
    background: url(../images/btn_r.gif) no-repeat;
}

.page {
    text-align: center;
}

.form input[type="text"],
.form textarea {
    width: 420px;
    padding: 4px;
    height: 24px;
    line-height: 24px;
    background: #eee;
    font-size: 14px;
    color: #777;
    border: 1px dashed #aaa;
}

.form textarea {
    height: 122px;
    display: block;
}

.form p {
    line-height: 34px;
    font-size: 14px;
    color: #777;
    margin-top: 8px;
}

.form input[type="submit"] {
    width: 430px;
    border: 1px dashed #fff;
    background: #0c4da1;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
}

/****************************** style ******************************/
body {
    font-size: 14px;
    line-height: 1.4;
    color: #5a5a5a;
}

#toTop {
    width: 48px;
    height: 48px;
    display: none;
    position: fixed;
    bottom: 204px;
    right: 90px;
    background: url(../images/top.jpg) no-repeat;
    z-index: 9999;
}

#toTop:hover {
    background-image: url(../images/top_hover.jpg);
}

.header {
    width: 100%;
    height: 90px;
    border-bottom: 5px solid #FF902E;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
}

.logo {
    width: 20%;
    padding-top: 17px;
    float: left;
}

#nav-app {
    clear: none;
}

.nav {
    width: 78%;
    float: right;
    margin-top: 25px;
    text-align: center;
}

.nav ul li a {
    display: block;
}

.nav ul li {
    float: left;
    width: 110px;
    font-size: 18px;
    color: #402313;
}

.nav ul:hover li {
    line-height: 40px;
    background: transparent;
    color: #402313;
}

.nav li.in,
.nav ul li:hover {
    background: #FF902E;
    line-height: 56px;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nav ul li:hover ul {
    display: block;
}

.nav ul ul {
    width: 100%;
    display: none;
    background: #FF902E;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.header .nav ul ul li {
    float: none;
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
}

.nav ul ul li:hover {
    height: 26px;
    line-height: 26px;
    background: url(../images/nav_bg.png) no-repeat center;
    border-radius: 0;
}

.banner {
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
}

.banner_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/banner_mask.png);
    left: 0;
    top: 0;
    z-index: 1;
}

.banner_img ul {
    width: 100%;
    position: absolute;
}

.banner_img ul li {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.banner_img ul li img {
    position: relative;
    left: 50%;
    margin-left: -50%;
}

.banner_box {
    width: 460px;
    position: absolute;
    left: 50%;
    ;
    top: 220px;
    z-index: 2;
    margin-left: -230px;
    text-align: center;
    color: #fff;
}

.banner_box h2 {
    font-size: 30px;
    letter-spacing: 3px;
    padding-bottom: 30px;
    font-weight: normal;
}

.banner_box p {
    background: #402313;
}

.banner_b {
    width: 100%;
    height: 75px;
    line-height: 75px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: url(../images/opacity.png);
}

.banner_b ul {
    width: 870px;
    float: left;
}

.banner_b li {
    float: left;
    width: 170px;
    color: #fff;
}

.banner_b li a {
    display: inline-block;
    width: 75px;
    height: 75px;
    vertical-align: top;
}

.banner_b li span {
    width: 95px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/arrow.png) no-repeat right center;
    color: #D9D9D9;
    font-size: 18px;
}

.banner_b .b0 a {
    background: url(../images/b0.png) no-repeat left center;
}

.banner_b .b0 a:hover {
    background-image: url(../images/b0_h.png);
}

.banner_b .b1 a {
    background: url(../images/b1.png) no-repeat left center;
}

.banner_b .b1 a:hover {
    background-image: url(../images/b1_h.png);
}

.banner_b .b2 a {
    background: url(../images/b2.png) no-repeat left center;
}

.banner_b .b2 a:hover {
    background-image: url(../images/b2_h.png);
}

.banner_b .b3 a {
    background: url(../images/b3.png) no-repeat left center;
}

.banner_b .b3 a:hover {
    background-image: url(../images/b3_h.png);
}

.banner_b .b4 a {
    background: url(../images/b4.png) no-repeat left center;
}

.banner_b .b4 a:hover {
    background-image: url(../images/b4_h.png);
}

.banner_b .b5 a {
    background: url(../images/b5.png) no-repeat left center;
}

.banner_b .b5 a:hover {
    background-image: url(../images/b5_h.png);
}

.yy_btn {
    display: block;
    float: right;
    margin-top: 18px;
    width: 227px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    background: #FF8D29;
}

.yy_btn:hover {
    color: #fff;
}

.tit {
    padding-top: 15px;
    font-family: 'Courier New';
    letter-spacing: -1px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.tit img {
    display: block;
    margin: 10px auto;
}

.icase_btn {
    text-align: center;
    padding: 20px 0;
}

.icase_btn a {
    width: 120px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    font-size: 18px;
    border-radius: 3px;
}

.icase .icase_btn:hover a {
    background: transparent;
    color: #5a5a5a;
}

.icase_btn a:hover {
    background: #FF8D29;
    color: #fff;
}

.icase_btn a.in,
.icase .icase_btn a:hover {
    background: #FF8D29;
    color: #fff;
}

.icase ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.icase ul li a {
    display: block;
    width: 265px;
}

.icase ul li img {
    display: block;
}

.bbtn {
    height: 30px;
    background: url(../images/bbtn.png) no-repeat center bottom;
    padding-top: 15px;
}

.iabout_content {
    height: 355px;
    background: url(../images/iabout_bg.png);
    margin-top: 10px;
}

.iabout_content .center {
    padding-top: 48px;
    overflow: hidden;
    ;
    background: url(../images/iabout_bg2.png) no-repeat center;
}

.iabout_l {
    float: left;
    width: 490px;
    height: 257px;
}

.iabout_r {
    float: right;
    width: 512px;
    line-height: 34px;
}

.iabout_r .aboutus {
    max-height: 238px;
    overflow: hidden;
}


.iabout_l ul li a {
    display: block;
}

.iabout_r h2 {
    color: #FF9900;
    font-size: 18px;
}

.iabout_r p {
    color: #434343;
    margin: 0;
}

.iabout_r a {
    color: #ff9900;
}

.top_new {
    line-height: 24px;
    padding: 20px 0 20px;
    border-bottom: 1px dashed #eee;
    width: 500px;
    float: left;
    margin-right: 50px;
}

.top_new h2 {
    color: #ff9900;
    font-size: 16px;
}

.top_new h2 a {
    width: 80%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.top_new h2 span {
    color: #7d7d7d;
    font-size: 12px;
    float: right;
    font-weight: normal;
}

.top_new p {
    font-size: 14px;
    margin-top: 10px;
}

.inew ul {
    padding-bottom: 30px;
}

.inew ul li {
    color: #7d7d7d;
    line-height: 28px;
    font-size: 14px;
}

.inew ul li span {
    margin-right: 10px;
    color: #9f9f9f;
}

.inew ul li a:hover {
    color: #048bcd;
}

.flink {
    line-height: 47px;
    background: url(../images/opacity.png);
    color: #d9d9d9;
}

.flink span {
    font-size: 18px;
}

.flink a {
    padding-right: 10px;
}

.footer {
    background: url(../images/footer_bg.png) #3d3d3d;
}

.foot_main {
    padding: 40px 0 20px;
    overflow: hidden;
}

.foot_l {
    width: 150px;
    float: left;
    border-right: 1px dashed #666;
    overflow: hidden;
}

.foot_l img {
    margin-bottom: 30px;
}

.foot_l p {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}

.foot_r {
    overflow: hidden;
}

.foot_r p {
    padding-left: 35px;
    color: #d9d9d9;
    line-height: 2.3;
    display: inline-block;
    margin: 0 10px;
}

.icon1 {
    background: url(../images/icon1.png) no-repeat 4px center;
}

.icon2 {
    background: url(../images/icon2.png) no-repeat left center;
}

.icon3 {
    background: url(../images/icon3.png) no-repeat 2px center;
}

.icon4 {
    background: url(../images/icon4.png) no-repeat 2px center;
}

.ewm {
    float: right;
    width: 98px;
}

.ewm img {
    width: 98px;
}

.ewm p {
    font-size: 12px;
    color: #ccc;
    white-space: nowrap;
    text-align: center;
}

.iabout_l {
    position: relative;
    overflow: hidden;
}

.btn_l {
    display: block;
    width: 46px;
    height: 76px;
    background: url(../images/arrow-left.png) no-repeat;
    position: absolute;
    left: 50px;
    top: 90px;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 999;
}

.btn_r {
    display: block;
    width: 46px;
    height: 75px;
    background: url(../images/arrow-right.png) no-repeat;
    position: absolute;
    right: 50px;
    top: 90px;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 999;
}

.btn_l:hover,
.btn_r:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.iabout_l ul {
    position: absolute;
    left: 0;
    top: 0;
}

.iabout_l ul li {
    float: left;
    width: 191px;
    height: 100px;
    position: absolute;
}

.iabout_l ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.mask {
    width: 100%;
    height: 100%;
    background: #eee;
    opacity: .2;
    filter: alpha(opacity=20);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.content {
    padding: 20px 0 40px;
}

.content p {
    line-height: 33px;
}

.about_roll {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
}

.about_roll h2 {
    color: rgb(255, 141, 41);
    line-height: 33px;
    padding-bottom: 20px;
}

.about_roll ul li {
    float: left;
    padding: 0 7.5px;
}

.new_list li {
    width: 100%;
    margin: 3px 0 5px;
    border-bottom: 1px dashed #e2e2e2;
    line-height: 45px;
    overflow: hidden;
    padding-bottom: 10px;
}

.new_list li span {
    float: right;
    font-size: 14px;
    color: #929292;
}

.new_list li a {
    max-width: 900px;
    font-size: 16px;
    font-weight: bold;
}

.new_list li i {
    display: block;
    float: left;
    width: 20px;
    height: 100%;
    background: url(../images/new_list_bg.png) no-repeat left center;
}

.page {
    margin: 10px 0 40px;
    font-size: 12px;
}

.show_tit h1 {
    font-size: 26px;
    font-weight: normal;
}

.show_tit p,
.prev_next,
.information {
    font-size: 14px;
}

.prev_next {
    overflow: hidden;
    margin: 0 0 30px;
}

.prev_next .prev {
    overflow: hidden;
}

.prev_next .next {
    overflow: hidden;
}

.prev_next a.b {
    font-weight: bold;
}

.pro_box {
    width: 320px;
    height: 210px;
    overflow: hidden;
}

.pro_img {
    margin: 30px auto;
}

.team_list {
    margin: 40px 0;
}

.team_list li {
    cursor: pointer;
}

.team_list .img {
    display: block;
    width: 175px;
    height: 220px;
}

.page_main .tit {
    padding-top: 20px;
}

.contact_l {
    float: left;
    padding: 40px 0 50px 20px;
}

.contact_r {
    width: 430px;
    float: right;
    padding: 110px 20px 50px 0;
    overflow: hidden;
}

.contact_list {
    padding-bottom: 35px;
}

.contact_list p {
    line-height: 40px;
}

.contact_list h2 {
    color: #333;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    padding-bottom: 10px;
}

.contact_list span {
    font-size: 18px;
    padding-bottom: 20px;
    display: block;
}

.contact_list p img {
    padding-right: 15px;
    vertical-align: middle;
}

.map_box {
    position: relative;
    border: 1px dashed rgb(153, 153, 153);
}

.map_tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    line-height: 58px;
    color: #fff;
    z-index: 999;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
}

.form_tit {
    line-height: 2;
    padding-bottom: 40px;
}

.form input[type="submit"] {
    border: 0;
    width: 120px;
    height: 28px;
    background: #ff8d29;
}

.img_fixed {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 175px;
    top: 100px;
    left: 50%;
    margin-left: -100px;
    padding: 10px;
    background: #fff;
}

.img_fixed p {
    font-size: 12px;
    padding: 5px 10px 10px;
}

.img_fixed .img_close {
    cursor: pointer;
    margin-right: 10px;
}

.img_fixed_box {
    position: relative;
}

.img_l {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.img_l.in:hover {
    cursor: url(../images/albumleftarrow.cur), default;
}

.img_r {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.img_r.in:hover {
    cursor: url(../images/albumrightarrow.cur), default;
}

.flink1 {
    margin-top: 50px;
    width: 100%;
}

.flink1 .flink_tit {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.flink1 .flink_tit p {
    height: 12px;
    width: 100%;
    background: url(../images/dian.png);
    position: absolute;
    top: 15px;
}

.flink1 .flink_tit span {
    height: 42px;
    background: #fff;
    color: #FF902E;
    font-size: 14px;
    border: 1px solid #FF902E;
    position: relative;
    z-index: 2;
    display: block;
    width: 115px;
    text-align: center;
    line-height: 42px;
    margin-left: 40px;
}

.flink1 .flink_list {
    width: 100%;
    margin-top: 30px;
    margin-left: 40px;
}

.flink1 .flink_list ul li {
    float: left;
    margin-right: 28px;
}

.flink1 .flink_list ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #5a5a5a;
}

.flink1 .news_list {
    width: auto;
    height: auto;
    border: 0;
    padding: 20px 0;
}

.flink1 .news_list ul li {
    width: 100%;
    float: left;
    height: 38px;
    padding-top: 9px;
    border-bottom: 1px dashed #c6c6c6;
    margin-bottom: 8px;
}

.flink1 .news_list ul li p {
    float: right;
}

.flink1 .pro_list {
    overflow: hidden;
    margin-top: 32px
}

.flink1 .pro_list ul {
    width: 106%
}

.flink1 .pro_list ul li {
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 12px;
    float: left;
    border: 1px solid #eee
}

.flink1 .pro_list ul li:nth-child(5n) {
    margin-right: 0px;
}

.flink1 .pro_list ul li a {
    display: block;
    width: 180px;
    height: 140px;
}

.flink1 .pro_list ul li:hover {
    border: 1px solid #000
}

.flink1 .pro_list ul li:hover img {
    opacity: .6
}

.flink1 .pro_list ul li span {
    display: block;
    margin-top: 6px;
    text-align: center;
    font-size: 14px
}

.flink1 .flink_list ul li a:hover {
    color: #47cdff;
}

.pdesc {
    width: 1063px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #888;
    font-size: 14px;
    line-height: 24px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.pagination-box {
    margin-top: 20px;
}

.pagination-inner li {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    width: 30px;
    text-align: center;
}

.pagination-inner li:first-child {
    margin-left: 0;
}

.pagination-inner li a {
    color: #666666;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.pagination-inner li a img {
    margin-top: 10px;
}

.pagination-inner li.active {
    background: #FF8D29 none repeat scroll 0 0;
    border-color: #FF8D29;
    color: #fff;
}

.pagination-inner li:hover {
    background: #FF8D29 none repeat scroll 0 0;
    border-color: #FF8D29;
    color: #fff;
}

.pagination-inner li:hover a {
    color: #fff;
}

.pagination-inner li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.pagination-inner {
    text-align: center;
    margin-bottom: 40px;
}