body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1000px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1000 ? "1000px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #333;
    /*文字颜色定义 */
    min-width: 1000px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #b78662;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}

a {
    transition: all 0.15s linear 0s;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

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


/*清除浮动*/

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


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #0F51BB;
}

.color {
    color: #0F51BB;
}


/*index banner*/

.banner {
    width: 100%;
    position: relative;
    z-index: 0;
}

.banner .flexslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 1000px;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides li {
    height: 100%;
}

.banner .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner .flex-direction-nav,
.banner .flex-control-nav {
    display: none
}


/* header */

/*.header {
    width: 100%;
    height: 95px;
    position: relative;
    z-index: 9999;
}

.header .header_top {
    height: 95px;
}

.header .header_top .logo {
    margin-top: 30px;
}

.header .header_top .phone {
    display: inline-block;
    margin-top: 18px;
}

.header .header_top .phone .txt1 {
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: url(../images/h1.png) no-repeat left center;
}

.header .header_top .phone h3 {
    font-size: 24px;
    color: #EB3D00;
}

.header .header_nav {
    width: 1255px;
    height: 69px;
    background: url(../images/h2.png) no-repeat center bottom;
    text-align: center;
    margin: 0 auto;
}

.header .header_nav li {
    width: 160px;
    height: 65px;
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
    background: url(../images/h5.png) no-repeat left center;
}

.header .header_nav li div {
    width: 100%;
    height: 65px;
    background: url(../images/h4.png) no-repeat center;
    background-position-y: 56px;
}

.header .header_nav li a {
    display: inline-block;
    width: 100%;
    height: 65px;
    font-size: 16px;
    padding-top: 12px;
    color: white;
}

.header .header_nav li.first {
    background: 0;
    padding-left: 0;
}

.header .header_nav li:hover div,
.header .header_nav li.hover div {
    transition: all 0.2s linear;
    background-position-y: 54px;
}

*/
/*footer*/

.footer {
    width: 100%;
    min-height: 260px;
    background: #0F51BB;
    overflow: hidden;
}

.footer .footer_nav {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border: 1px solid #146BD1;
}

.footer .footer_nav li {
    display: inline-block;
    width: 168px;
    vertical-align: top;
    background: url(../images/f1.png) no-repeat left center;
}

.footer .footer_nav li a {
    font-size: 16px;
    color: white;
}

.footer .footer_nav li.first {
    background: 0;
}

.footer .footer_box {
    margin-top: 34px;
    color: white;
}

.footer .footer_box .chat {
    width: 170px;
    min-height: 150px;
    background: url(../images/f2.png) no-repeat right top;
}

.footer .footer_box .chat div {
    margin-left: 12px;
    width: 108px;
}

.footer .footer_box .chat div img {
    width: 108px;
    height: 108px;
}

.footer .footer_box .chat div p {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
}

.footer .footer_box .cocate div {
    margin-left: 50px;
    margin-top: 5px;
}

.footer .footer_box .cocate div p {
    font-size: 14px;
}

.footer .footer_box .right {
    width: 630px;
    margin-top: 13px;
}

.footer .footer_box .right .footer_bottom {
    margin-top: 15px;
}

.footer .footer_box .right .footer_bottom strong {
    display: inline-block;
    margin-right: 27px;
    font-weight: 500;
}

.footer .footer_box .right .footer_bottom strong a {
    color: white;
}

.returnTop {
    position: absolute;
    top: 10px;
    right: -50px;
}

/*toparea*/
.head{ width:100%; height:35px; background:#f4f4f4; border-bottom:1px solid #ededed;}
.head ul{ width:82%; height:35px; margin:0 auto}
.head .zwban{  font-size:14px; color:#8ea0ae; float:left; padding:0 25px 0 35px; line-height:35px;background:url(../images/topzw.png) no-repeat 15px  center;border-left:1px solid #d1dee9;}
.head .enban{  font-size:14px; color:#8ea0ae; float:left; padding:0 25px 0 35px; line-height:35px;background:url(../images/topen.png) no-repeat 15px  center;border-left:1px solid #d1dee9; }
.head li{font-size:14px; color:#8ea0ae; line-height:35px; text-indent:25px; }
.head p{ float:left; border-left:1px solid #dbdbdb; border-right:1px solid #dbdbdb; font-size:14px; color:#bbbbbb;  padding:0 20px; line-height:35px}
.head p span{ color:#ce2029; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold}

/*header*/

/*nav*/


.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}


.row {
  margin-left: -15px;
  margin-right: -15px;
}




.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;}






.container {
    width: 1200px; margin:0 auto
}
.container2{
    width: 100%;position:absolute; top:167px; left:0;
}
.w110{ width:1100px !important}

  .navbar-nav {
  }
  .navbar-nav ul.list-unstyled{ width:100%}
  .navbar-nav > li {
    float: left; 
  }
  .navbar-nav > li > a {
    padding-top: 6.5px;
    padding-bottom: 7.5px;
  }

  
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  
  .pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
  .search-button{margin-right: 10px;}
  
  
.navbg{ width:100%;height:87px;width:100%;position: relative;z-index: 99998;left:0;top:0; min-width:1240px;border-bottom: 1px solid rgba(255, 255, 255, .3);}

.head{height: 27px;line-height: 27px;background: #e6e6e6;color: #595959;font-size: 13px;display:none;}
.head a{color: #595959;font-size: 13px;}
.top{width:100%;margin:0 auto;position: relative;}
#header{height:87px;width: 100%;position: absolute;z-index: 99999;left: 0; top:0; min-width:1200px}

.logo{ padding:10px 28px 0}
.logo img{ margin-right:13px;width: 79px; margin-top:3px}
.logo div.navbar-left h1{ font-size:28px; color:#fff; line-height:42px; color:#b88662;}
.logo div.navbar-left span{ font-size:14px; color:#000; line-height:16px;letter-spacing: .7px;}
.logo p.navbar-left{ border-left:1px solid #dfdfdf; margin-left:10px; padding-left:10px; font-size:20px; line-height:24px; color:#222; margin-top:7px; letter-spacing:-3px}

.topLink{float:right;text-align:right;position: relative;z-index: 9999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:32px;padding-top:5px;}
.topLink .k2{background: url(../images/tele.png) no-repeat 20px #d90212;width: 277px;height:87px;text-align: left;padding:5px 0 7px 72px;margin-left: 14px; }
.topLink .k2 span{ font-size:18px;color: #ffffff; line-height:20px !important;display: block;padding-top: 12px;}
.topLink .k2 strong{color: #ffffff;font-size: 25px;font-weight: bold;line-height: 40px !important;}
.topLink .k2 p{position:relative;top:0px;}


.topLink .k3{background: url(../images/tele.png) no-repeat 32px #092574;color: #ffffff;font-size: 30px;font-weight: bold;width: 205px;height: 62px;text-align: left;line-height: 21px;padding-left: 72px;    padding-top: 18px;margin-left: 24px;    padding-bottom: 7px;   }
.topLink .k3 p{position:relative;top:10px;}




.navbar-nav{height:87px;float:right; width:40%}
.navbar-nav .nav-list>li:first-child{ width:10%}
.navbar-nav .nav-list>li{height:87px;text-align:center;position:relative;z-index:999; width:14.2%;display: inline-block;}
.navbar-nav .nav-list>li>a{display:block;line-height:87px;color:#000000;height:87px;font-size: 16px;font-weight:500;transition:all 0.4s; background:url(../images/navmove.png) no-repeat center 96px}
.navbar-nav li.active>a,.navbar-nav .nav-list>li:hover>a,.navbar-nav .nav-list>li>a.reds{color:#000000;background:url(../images/navmove.png) no-repeat center bottom}
.navbar-nav .nav-list>li>a.nav_on{font-size:16px;position:relative;color:#000000;background:url(../images/navmove.png) no-repeat center bottom}
.navbar-nav .nav-list>li.syin{ width:10% !important}
.navbar-nav .header-contact>p{color:#444;font-size:14px;margin-bottom:0;line-height:18px;}
.navbar-nav .header-contact>.fr p{font-size:25px;color:#a10000;line-height:30px; font-family:impact}
.navbar-nav .header-contact>.fr p:first-child{font-size:12px;color:#999 !important;line-height: 14px; font-family:微软雅黑}
.top-icon{width:12px;height:12px;position:absolute;margin-left:-18px;vertical-align:middle;margin-top:13px;}
.icon-follow{background:url("../images/top_icons2.png") no-repeat left center;}
.icon-global{background:url("../images/top_icons3.png") no-repeat left center;}
.dropdown-menu{display:block;display: none\9;display: block\9\0;-webkit-transform:scale(1.2,0);transform:scale(1.2,0);opacity:0;-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .2s ease-out;-webkit-transition:-webkit-all .2s ease-out;transition:-webkit-all .2s ease-out;transition:all .2s ease-out;transition:all .2s ease-out,-webkit-all .2s ease-out;z-index:9999; position: absolute; background:#fff; top:87px; width:100%; text-align:center;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);border-top:none;}
.dropdown-menu > li{border-bottom:1px solid #e5e5e5;}
.dropdown-menu > li>a{font-size:14px;line-height:24px; display:block; width:100%;transition:all .1s ease; padding:9px 0; color:#333}
.dropdown-menu > li>a:hover{background-color:#f1f1f1; color:#000}
.dropdown-active{display: block\9;-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}


#c-about2 {

    padding: 10px 0 0;

    text-align: center;

    display: -webkit-flex;

    display: flex;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-align-items: center;

    align-items: center;

}



#c-about2 .c-titleBox .c-title {

    margin-bottom: .4rem;

    font-weight: bold;

    font-size: .36rem;

    color: #222;

}



#c-about2 .c-titleBox .c-title span {

    color: #00cc82;

    text-decoration: none !important;

}



#c-about2 .c-titleBox .c-text {

    line-height: 2em;

    color: #666;

}



#c-about2 .c-dataList {

    padding: .9rem 0;

}



#c-about2 .c-dataList li {

    display: inline-block;

    padding: 0 45px;

}

#c-about2 .c-dataList li:first-child{ padding-left:15px;}
#c-about2 .c-dataList li:last-child{ padding-right:15px;}

#c-about2 .c-dataList .c-topBox span {

    font-size:45px;

    line-height:50px;

    color:#b1000e;

}



#c-about2 .c-dataList .c-topBox i {

    font-style: normal;

    font-size: 24px;

    line-height: 30px;

    color: #b1000e;

}



#c-about2 .c-dataList .c-title {

    padding-top:5px;

    line-height:20px;

    color: #666; font-size:16px

}




.box3{
    overflow: hidden;
    background: url('../images/b3bg.jpg') no-repeat center top/1920px auto #f4f4f4;
    padding: 10px 0 75px 0;
}
.box3 .index_tit h3{
    background: url(../images/b3tit.png) no-repeat center center;
}
.box3 .index_tit h3 span{
    background:none !important;
}
.b3_index{
    width: 100%;
    margin: 69px auto 0;
    overflow: hidden;
    padding: 28px 0 4px 0;
    box-sizing: border-box;
}
.b3_index .zhoinj{ max-width:1280px; min-width:1200px; padding:0 20px; margin:0 auto}
.b3_fl{
    width: 419px;
    text-align: center;
}
.b3_fl h3{
    font-size: 30px;
    line-height: 30px;
    color: #333333;
}
.b3in1{
    width: 100%;
    margin: 60px 0 46px;
    text-align: center;
    font-size: 20px;
    background: url(../images/b3imgbg1.png) no-repeat center;
    line-height: 67px;
    color: #999999;
}
.b3in1 span{
    color: #cc0000;
}
.b3more1{
   width: 190px;
   height: 50px;
   background: url('../images/b3more.png') no-repeat center center;
   margin: 46px auto 0;
   overflow: hidden;
   display: block;
}
.b3_fr{
    width:59%;
    overflow: hidden; position:relative;height: 320px;
}
.b3_fr p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;margin-bottom: 10px;
}
.b3_fr .b3in2{
    width: 100%;
    height: 40px;
    margin-top: 20px;
    overflow: hidden;
    font-size: 12px;
    line-height: 38px;
    color: #666; position:absolute; left:0px; bottom:14px
}
.b3_fr .b3in2 span{
    color: #f3971c;
    margin-right: 13px;font-size: 14px;
}


/*in_search*/
.search_cnt1{width:35%;height: 60px;position: relative;padding:24px 10px 0;overflow:hidden;}
.search_cnt1 .txt{font-size: 14px;width: 229px;height: 36px;line-height: 36px;padding-left: 16px;color:#fff;border-radius:17px; margin-left:16px}
.search_cnt1 .btn{width: 38px;height: 36px;background: url("../images/btn.jpg") no-repeat;position: absolute;right: 35px;top: 27px;border-radius:0 17px 17px 0; cursor:pointer}

.search_cnt1 p{ background:url("../images/tel.png") no-repeat 0 center; padding-left:37px; display:block; height:40px; line-height:40px; color:#000; font-size:16px}
.search_cnt1 p span{ color:#d90b0b; font-weight:bold;}
.fl{ float:left}
.fr{ float:right}


.carousel-container {position:relative;width:1200px;height:412px; margin:30px auto 0}
#carousel {height:381px;width:1200px;position:relative;font-size:12px;font-family: Arial;}
#carousel img{width:559px; height:345px; display:block;}

.carousel-image {border:0;display:block;}
.carousel-feature img{width:559px; height:345px; display:block;background: url(../images/ryspanbg.png) no-repeat center bottom; padding-bottom:36px}
.carousel-feature .carousel-caption {position:absolute; bottom:0;width:100%;background-color:#fff; text-align:center;}
.carousel-feature .carousel-caption p {margin:0;padding:5px; font-weight:bold;font:14px/38px "Microsoft Yahei";color:#333;}
.tracker-summation-container {position:absolute;color:#333;display:none; right:48px;top:230px;padding:3px;margin:3px; background-color:#fff;}
.tracker-individual-container {position:absolute;color:white;right:410px;bottom:0;padding:0;margin:0;}
.tracker-individual-container li {list-style:none;}
.tracker-individual-container .tracker-individual-blip {margin:0 3px;width:30px;height:10px;font-size:0; padding:0 3px;color:white;text-align:center;background-color:#DDD;}
.tracker-individual-container .tracker-individual-blip-selected {color:white; font-weight:bold;background-color:#3DA10B;}

.photo_btn {position: absolute;top: 43%;z-index: 9;width: 50px;height: 50px;margin-top: -25px;border: 0; font-size: 0;}
.carousel-container .prev {position: absolute;top: 36%;z-index: 9;left: 0px; background: url(../images/ryleft.png) no-repeat;display: inline-block;height: 54px;width: 27px;}
.carousel-container .next {position: absolute;top: 36%;z-index: 9;right: 0px;background: url(../images/ryright.png) no-repeat; display: inline-block;height: 54px; width: 27px;}
.carousel-container .carousel-feature { position: relative;}
.carousel-container .titlework { background: url(../images/ryspanbg.png) no-repeat center top;display: block; height: 50px;left: 50%; line-height: 30px;position: absolute; text-align: center;top: 345px; width: 259px;margin-left:-128px;display: block;text-align: center; font-size: 0; color:#333333; line-height: 50px;}



	


@media screen and (max-width:1460px){
	.search_cnt1{ width:17%}
	.logo{ padding:14px 20px 0}
	 .logo img{width: 73px;}
	 .logo div.navbar-left h1{font-size: 26px;line-height: 38px; color:#b88662;}
	 .logo div.navbar-left span{ font-size:13.2px; line-height:14px;letter-spacing: .6px;}
	 .rightnews{ width:41% !important; }
	 
 
	}


@media screen and (max-width:1340px){
	.navbar-nav {width:60%
  }
	.asfef{ height:87px}
	.header-nav .nav-list>li>a{ line-height:87px !important; font-size:16px;padding:0 12px;}
	 .dropdown-menu{top:87px; }
	 .logo{ padding:14px 20px 0}
	 .header-nav .nav-list>li>a.nav_on{font-size:16px;padding:0 12px;}
	 .logo p.navbar-left {font-size: 18px;}
	 .container2{ min-width:1210px}
	 .logo img{width: 73px;}
	 .logo div.navbar-left h1{font-size: 26px;line-height: 38px;}
	 .logo div.navbar-left span{ font-size:13.2px; line-height:14px}
	 
	 .search_cnt1{ display:none}
.search_cnt1 .txt{width: 179px;height: 36px;line-height: 36px;padding-left: 16px;color:#9f9f9f;border-radius:17px; margin-left:16px}
.search_cnt1 .btn{right: 25px;}
.rightnews{ width:40.6% !important;}
 
	}

/* 行业领域 */
.different-bg{
  margin-top: 4.16666666666667vw;
}

.different-index .list2 {
  display: flex;
  justify-content: space-between;
  margin-top: 3.38541666666667vw;
}

.different-index .list2 li {
  width: 12.4%;
  overflow: hidden;
  position: relative;
  transition-duration: .5s;
}

.different-index .list2 li .img1{
  position: relative;
  height: 550px;
}

.different-index .list2 li .img1 > img{
  max-width: 100%;
  object-fit: cover;
  height: 550px;
}

.different-index .list2 li .wz{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0,0,0,0.34);
}

.different-index .list2 li .wz .wz1 img{
  max-width: 70px;
  width: 100%;
  text-align: center;
}

.different-index .list2 li .wz .wz2{
    color: #ffffff;
    font-size: 24px;
    margin-top: 2.6vw;
}

.different-index .list2 li .wzh{
  display: none;
  background: #b07951;
}

.different-index .list2 li.on{
  width: 37.76%;
}

.different-index .list2 li.on .wz{
  display: none;
}

.different-index .list2 li.on a .img1{
  display: flex;
  flex-direction: row-reverse;
}

.different-index .list2 li.on a .img1 > img{
  width: calc(100% - 32.83%);
}

.different-index .list2 li.on .wzh{
  display: block;
  width: 32.83%;
}

.different-index .list2 li.on .wzh .wzh2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz1 img{
  max-width: 70px;
  width: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz2{
  color: #ffffff;
  font-size: 24px;
  margin-top: 2.6vw;
}

.different-index .list2 li.on .wzh .wzh2 .wz3{
    padding: 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    margin-top: 6.25vw;
    text-align: center;
}


@media(max-width: 1300px){
  .different-index .list2 li .wz .wz2{
    font-size: 20px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz2{
    font-size: 20px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz3{
    font-size: 16px;
  }
}

@media(max-width: 1024px){
  .different-index .list2 li .wz .wz2{
    font-size: 16px;
  }
  .different-index .list2 li .wz .wz1 img{
    max-width: 50px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz1 img{
    max-width: 50px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz2{
    font-size: 16px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz3{
    font-size: 14px;
    margin-top: 40px;
  }
}

@media(max-width: 767px){
  .different-bg{
    margin-top: 40px;
  }
  .different-index .list2{
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .different-index .list2 li{
    width: 50%;
  }
  .different-index .list2 li.on{
    width: 50%;
  }
  .different-index .list2 li.on .wz{
    display: flex;
  }
  .different-index .list2 li.on .wzh{
    display: none !important;
  }
  .different-index .list2 li.on .wzh .wzh2{
    display: none;
  }
  .different-index .list2 li.on a .img1 > img{
    width: 100%;
  }
  .different-index .list2 li .img1{
    height: 200px;
  }
  .different-index .list2 li .img1 > img{
    height: 200px;
    width: 100%;
  }
}
.w1560 {
    max-width: 1400px;
    margin: 0 auto;
}

.put{
  text-align: center;
}

.put .put1{
  font-weight: 600;
  color: #b78662;
  font-size: 42px;
  line-height: 1;
}

.put .put1 b{
  color: #1e5db0;
}

.put .put2{
  color: #666666;
  font-size:20px;
  margin-top: 1vw;
}
/*翻译流程*/

.edge .content {
    width: 88%;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1200px;
}
.edgebj {
    height: 990px;
    background: url(../images/images/edge1.jpg) no-repeat center;
}
.edge {
    padding-top: 53px;
    height: 937px;
	background: #fff;
}
.edge h3 {
    text-align: center;
    margin-bottom: 42px;
	    font-weight: normal;
}
.edge h3 span {
    display: block;
    font-size: 38px;
    color: #282828;
    height: 58px;
    line-height: 30px;
    background: url(../images/prtb.png) no-repeat bottom center;
}
.edge h3 span i {
    font-weight: bold;
	font-style:normal;
}
.edge h3 em {
    display: block;
    font-size: 22px;
    color: #282828;
    line-height: 22px;
    margin-top: 13px;
}
.edge ul li {
    float: left;
    width:31%;
    height: 340px;
    background: #FFF;
    padding-top: 52px;
    box-shadow: 10px 10px 20px #e7e7e7, -10px -10px 20px #e7e7e7;
    margin-left:2%;
    margin-top: 41px;
    position: relative;
}
.edge ul li.first {

}
.edge ul li:nth-child(3n){margin-right: 0;}
.edge ul li span {
    display: block;
    padding-top: 98px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #444444;
    margin-bottom: 20px;
}
.edge ul li .e1 {
    background: url(../images/edt1.png) no-repeat top center;
}
.edge ul li .e2 {
    background: url(../images/edt2.png) no-repeat top center;
}
.edge ul li .e3 {
    background: url(../images/edt3.png) no-repeat top center;
}
.edge ul li .e4 {
    background: url(../images/edt4.png) no-repeat top center;
}
.edge ul li .e5 {
    background: url(../images/edt5.png) no-repeat top center;
}
.edge ul li .e6 {
    background: url(../images/edt6.png) no-repeat top center;
}
.edge ul li:hover .e1 {
    background: url(../images/edt1_h.png) no-repeat top center;
}
.edge ul li:hover .e2 {
    background: url(../images/edt2_h.png) no-repeat top center;
}
.edge ul li:hover .e3 {
    background: url(../images/edt3_h.png) no-repeat top center;
}
.edge ul li:hover .e4 {
    background: url(../images/edt4_h.png) no-repeat top center;
}
.edge ul li:hover .e5 {
    background: url(../images/edt5_h.png) no-repeat top center;
}
.edge ul li:hover .e6 {
    background: url(../images/edt6_h.png) no-repeat top center;
}
.edge ul li:hover span {
    color: #FFF;
}
.edge ul li:hover p {
    color: #FFF;
}
.edge ul li p {
    font-size: 18px;
    color: #666666;
    text-align: center;
    font-weight: normal;
	    height: 48px;
		width:90%;
		margin:auto;
		line-height:35px;
}
.edge ul li strong::before {
    position: absolute;
    z-index: -1;
}
.edge ul li strong::after {
    position: absolute;
    z-index: -1;
}
.edge ul li strong {
    display: block;
    z-index: 500;
    position: relative;
}
.edge ul li::before {
    width: 0;
    height: 0;
    content: "";
    background: #b07951;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.edge ul li::after {
    width: 0;
    height: 0;
    content: "";
    background: #b07951;
    transition: 0.5s;
    position: absolute;
    top: 0;
    right: 0;
}
.edge ul li strong::before {
    width: 0;
    height: 0;
    content: "";
    background: #b07951;
    transition: 0.5s;
    position: absolute;
    right: 0;
    bottom: -96px;
}
.edge ul li strong::after {
    width: 0;
    height: 0;
    content: "";
    background: #b07951;
    transition: 0.5s;
    position: absolute;
    top: -52px;
    left: 0;
}
.edge ul li:hover strong::before {
    width: 217px;
    height: 171px;
}
.edge ul li:hover strong::after {
    width: 217px;
    height: 171px;
}
.edge ul li:hover:before {
    width: 217px;
    height: 171px;
}
.edge ul li:hover:after {
    width: 217px;
    height: 171px;
}
.edge ul li i {
    display: none;
    width: 70px;
    height: 13px;
    background: #FFF;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 181px;
    z-index: 500;
}
.edge ul li:hover i {
    display: block;
}

/*我们优势*/ 
.wmys{ width:100%; margin:auto; height:auto; display:block; overflow:hidden; background: url(../images/bg_gsjj.jpg) top center repeat-x; }
.wmys-title{ color:#535353; font-weight:bold; font-size:45px; text-align:center; padding-top:65px;}
.wmys-title span{ color:#f4645b;}
.home-des{}
.yscc{ width:100%; margin:50px auto 0px auto; height:auto; display:block;}
.yscc ul li{float:left;width:33.3%;padding:0 12px; margin-bottom:50px; }
.yscc ul li .y1{ border:2px #b07951 solid; background:url(../images/y1.jpg) center top repeat-x;display:block; text-align:center; width:100%;height:296px;}
.yscc ul li .y2{ border:2px #fa8c00 solid; background:url(../images/y2.jpg) center top repeat-x;display:block; text-align:center; width:100%;height:296px;}
.yscc ul li .y3{ border:2px #b07951 solid; background:url(../images/y3.jpg) center top repeat-x;display:block; text-align:center; width:100%;height:296px;}
.yscc ul li .y4{ border:2px #fa8c00 solid; background:url(../images/y4.jpg) center top repeat-x;display:block; text-align:center; width:100%;height:296px;}
.yscc ul li .y5{ border:2px #b07951 solid; background:url(../images/ys5.jpg) center top repeat-x;display:block; text-align:center; width:100%;height:296px;}
.yscc ul li .y6{ border:2px #fa8c00 solid; background:url(../images/ys6.jpg) center top repeat-x;display:block; text-align:center; width:100%;height:296px;}
.tb1{ margin:32px auto 0 auto;}
.tx1{ margin-top:16px; color:#ffffff; font-weight:bold; font-size:24px; text-align:center;}
.tb2{ margin:24px auto 0 auto;}
.tx2{ margin:10px auto 0px auto; font-size:22px; line-height:35px; color:#666666;}

.ysdd{ width:392px; height:76px; background:url(../images/ystt.png) center top; display:block; margin:0px auto 40px auto; line-height:76px; color:#fff; font-size:26px; text-align:center;}
.container-middle{margin:0 auto;max-width: 1400px;}
.home-des{font-size:18px;line-height:26px;color:#666;text-align:center;margin-top:5px}
/*首页新闻资讯*/
.in_xwdt{background:url(../images/bg_news.jpg) center top no-repeat; padding-top:48px; padding-bottom:65px}
.in_xwdt .main_content{max-width:1400px; height:auto; margin:0 auto; margin-top:30px}

.leftnews{display:block; float:left; width:48%; min-height:524px; padding:10px 26px 0; background:#ffffff}
.leftnews .title{ height:51px; border-bottom:1px solid #e1e1e1}
.leftnews .title p{ float:left; line-height:51px; font-size:24px; color:#333333}
.leftnews .title a{ float:right; line-height:51px; font-size:16px; color:#666666}
.leftnews .content{ margin-top:22px;}

.leftnewsa{ position:relative}
.leftnewsa .topimg{ width:100%; height:291px; display:block; overflow:hidden;}
.leftnewsa .topimg img{
	width:100%;
    height: 291px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
	}
.leftnewsa p{ width:100%; height:50px; line-height:50px; text-indent:22px; background: url(../images/bg1.png) repeat; color:#fff; font-size:18px; position:absolute; left:0; top:240px;}
.leftnewsa p a{line-height:50px; color:#fff; font-size:18px;}
.leftnewsa:hover p{ background:#b07951;}
.leftnewsa .topimg:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}

.leftnewsb{ margin-top:15px;}
.leftnewsb ul li{ width:100%; height:45px; border-bottom:1px solid #e1e1e1;display:block; overflow:hidden;}
.leftnewsb ul li:nth-child(3n){border-bottom: none}
.leftnewsb ul li a{ background:url(../images/icon.png) 0 center no-repeat; padding-left:22px;font-size:15px; color:#333333; line-height:45px; width:75%; height:45px; display:block; float:left}
.leftnewsb ul li span{font-size:15px; color:#888888; line-height:45px; width:20%; height:45px; display:block; float:right; text-align:right}


.leftnewsb ul li:hover a{font-size:15px; color:#b07951; line-height:45px;}


.rightnews{display:block; float:right; width:48%; min-height:524px; padding:10px 26px 0; background:#ffffff}
.rightnews .title{ height:51px; border-bottom:1px solid #e1e1e1}
.rightnews .title p{ float:left; line-height:51px; font-size:24px; color:#333333}
.rightnews .title a{ float:right; line-height:51px; font-size:16px; color:#666666}
.rightnews .content{ margin-top:16px;}

.rightnewsa{ width:100%; height:auto; margin:0 auto 20px}
.rightnewsa .leftimg{ display:block; overflow:hidden; float:left; width:179px; height:133px;}
.rightnewsa .leftimg img{
	width:179px;
	height:133px;
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
	}

.rightnewsa .righttxt{ width:68%; height:auto; display:block; float:right; }

.rightnewsa .righttxt p{}	
.rightnewsa .righttxt p a{ font-size:16px; color:#333333; line-height:28px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis; display:block;}	
.rightnewsa .righttxt span{
	font-size: 14px;
    line-height: 26px;
    height: 52px;
    display: block;
    overflow: hidden;
    color: #787878;
    margin: 10px auto;
	}
.rightnewsa .righttxt em{ display:block; font-style:normal; background:url(../images/date.png) 0 center no-repeat; padding-left:24px; font-size:14px; color:#787878; line-height:18px}

.rightnewsa:hover .leftimg img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}
.rightnewsa:hover .righttxt p a{ font-size:16px; color:#b07951; line-height:28px;}	


.rightnewsb{ margin-top:15px;}
.rightnewsb ul li{ width:100%; height:45px; border-bottom:1px solid #e1e1e1;display:block; overflow:hidden;}
.rightnewsb ul li:nth-child(3n){border-bottom: none}
.rightnewsb ul li a{ background:url(../images/icon.png) 0 center no-repeat; padding-left:22px;font-size:15px; color:#333333; line-height:45px; width:75%; height:45px; display:block; float:left}
.rightnewsb ul li span{font-size:15px; color:#888888; line-height:45px; width:20%; height:45px; display:block; float:right; text-align:right}

.rightnewsb ul li:hover a{font-size:15px; color:#b07951; line-height:45px;}

.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}

/*服务项目*/
.infw{width:100%; margin:auto; height:auto; display:block; overflow:hidden; background: url(../images/fwbg.jpg) top center repeat-x; padding:50px 0px 70px 0px;}
.infwcc{ max-width:1400px; height:auto;  display:block; margin:auto;}
.infwcc ul li{ float:left; width:23%; margin-right:2%;border-style:solid;border-width:1px;border-color:#fff;border-radius:5px;text-align:center;color:#fff;background:#b68561; display:block; margin-top:30px;}
.infwcc ul li .title{padding:20px 0px;font-size:20px;color:#fff;font-weight:bold;border-bottom:#fff dashed 1px; display:block;}
.infwcc ul li .con{ text-align:center; line-height:45px; font-size:18px; color:#fff;} 
.infwcc ul li .fwlt img{ width:100%; padding-top:10px;}
.infwcc ul li:nth-child(4n) { margin-right: 0;}

/*翻译语种*/
.sy_yz { width: 100%; background: #fafafa; padding: 60px 0px;}
.sy_yz .con{ max-width:1400px; margin: 30px auto 0px auto;}
.sy_yz ul li{ width: 15.5%; float: left; background: #fff; text-align: center; padding: 15px; margin: 0 1.16% 1.16% 0;box-shadow: 0 8px 15px 0 rgba(95,125,158,.2);}
.sy_yz ul li:nth-child(6n) { margin-right: 0;}
.sy_yz ul li .tp { width: 80px; height: 80px; border-radius: 100px; overflow: hidden; margin: 0px auto; box-shadow: 0px 3px 5px rgba(0,0,0,.1); border: 1px solid #ddd;}
.sy_yz ul li .tp  img { object-fit: cover; width: 100%; height: 100%;}
.sy_yz ul li h3{ font-size: 18px; line-height:60px; font-weight: bold;}
.sy_yz ul li p {font-size: 14px; text-align: center; color: #666;}
.sy_yz ul li:hover {box-shadow: 2px 2px 10px rgba(214,214,214,.2), -2px -2px 10px rgba(214,214,214,.2);}
.sy_yz ul li:nth-child(12){ height: 171px;}
.sy_yz ul li:nth-child(12) h3 { margin-top: 40px;}
@media only screen and (max-width:992px){
.sy_yz { padding: 10px 0px;}
.sy_yz ul li{ width: 48%; float: left; background: #fff; text-align: center; padding: 15px; margin: 0 4% 4% 0;}
.sy_yz ul li:nth-child(2n) { margin-right: 0;}	
.sy_yz ul li:nth-child(12){ height: 171px;}
}


/*内页翻译语种*/

.sy_yz1 { width: 100%; }
.sy_yz1 .con{ width: 100%;  margin: 30px auto 0px auto;}
.sy_yz1 ul li{ width: 15.5%; float: left; background: #fff; text-align: center; padding: 15px; margin: 0 1.16% 1.16% 0;box-shadow: 0 8px 15px 0 rgba(95,125,158,.2);}
.sy_yz1 ul li:nth-child(6n) { margin-right: 0;}
.sy_yz1 ul li .tp { width: 80px; height: 80px; border-radius: 100px; overflow: hidden; margin: 0px auto; box-shadow: 0px 3px 5px rgba(0,0,0,.1); border: 1px solid #ddd;}
.sy_yz1 ul li .tp  img { object-fit: cover; width: 100%; height: 100%;}
.sy_yz1 ul li h3{ font-size: 18px; line-height:60px; font-weight: bold;}
.sy_yz1 ul li p {font-size: 14px; text-align: center; color: #666;}
.sy_yz1 ul li:hover {box-shadow: 2px 2px 10px rgba(214,214,214,.2), -2px -2px 10px rgba(214,214,214,.2);}
.sy_yz1 ul li:nth-child(12){ height: 171px;}
.sy_yz1 ul li:nth-child(12) h3 { margin-top: 40px;}


/*底部*/
/*footer*/
.footer {	
	padding-top:42px;
	background: url(../images/ft.jpg) no-repeat center top;
}
.footer .maina {
	width:96%;
	max-width:1400px;
	margin:0 auto
}
.navigation {
	display: block;
	float: left;
	width: 18%;
	margin-right: 6%;
}
.navigation .title {
	font-size:18px;
	color:#ffffff;
	line-height:35px
}
.navigation .title .dec {
	width:24px;
	height:2px;
	background:#fff;
	display:block;
	margin-top:12px
}
.navigation .contenta {
	margin-top:20px
}
.navigation .contenta ul li {
	display: block;
	float: left;
	width: 45%;
	margin: 0 10% 0 0;
}
.navigation .contenta ul li a {
	line-height:36px;
	font-size:16px;
	color:#bec2de
}
.bot_cp {
	display: block;
	float: left;
	width: 15%;
	margin-right:3%;
}
.bot_cp .title {
	font-size:18px;
	color:#ffffff;
	line-height:35px
}
.bot_cp .title .dec {
	width: 24px;
	height: 2px;
	background: #fff;
	display: block;
	margin-top: 12px;
}
.bot_cp .contenta {
	margin-top:20px
}
.bot_cp .contenta ul li {
}
.bot_cp .contenta ul li a {
	line-height:36px;
	font-size:16px;
	color:#fff
}
.botlx {
	display: block;
	float: left;
	width: 30%;
}
.botlx .title {
	font-size:18px;
	color:#ffffff;
	line-height:35px
}
.botlx .title .dec {
	width: 24px;
	height: 2px;
	background: #fff;
	display: block;
	margin-top: 12px;
}
.botlx .contenta {
	margin-top:20px;
	font-size:16px;
	line-height:36px;
	color:#bec2de
}
.botlx .contenta * {
	font-size:16px;
	line-height:36px;
	color:#bec2de
}
.attention {
	display: block;
	float: right;
	width: 23%;
}
.attention .bot_tel {
	text-align: right;
	font-size: 28px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 35px;
	background: url(../images/bot_tel.png) 36% top no-repeat;
}
.attention .bot_tel p {
	font-size: 14px;
	line-height: 25px;
	color: #bec2de;
	font-weight: 500;
	margin: 10px 0 10px 0;
}
.attention .contenta {
}
.attention .contenta ul li {
	float: left;
	text-align: center;
	display: block;
	width: 46%;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	margin-left: 48%;
}
.attention .contenta ul li img {
	width:100%;
	height:auto
}
.bottom {
	border-top:1px solid #a97f60;
	height:80px;
	margin-top:40px
}
.bottom ul li {
	float:left;
	line-height:80px;
	font-size:16px;
	color:#ffffff
}
.bottom ul li a {
	line-height:80px;
	font-size:16px;
	color:#fff
}


.inlj{ position:absolute;top:8px; right:8%; width:180px;}