body {}

#mOuterBox {}

#mBody1,
#dBody1 {
    background-position: 0% 0%;
}

#mBody2,
#dBody2 {
    background-position: 0% 0%;
}

#main-body {
    min-width: 1200px;
}

.m-mod {
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #333;
}

.m-mod * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.m-mod a {
    text-decoration: none;
    color: inherit;
}

.m-mod img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

.m-mod ul,
.m-mod li {
    list-style: none;
}

.yellow {
    color: #fdff03;
}

.p-container {
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

.p-container .p-left {
    float: left;
    margin-right: 70px;
    width: 230px;
}

.p-container .p-right {
    float: right;
    width: 900px;
}

.case-wrap {
    background: url(../images/case-bg.jpg) no-repeat 50% 0;
    padding: 50px 0;
}

.case-wrap .case-container {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 20px;
}

.chart-wrap {
    padding-top: 41px
}

.a-wrap {
    padding: 41px 0 20px;
    background-color: #f8f8f8;
}

.news-wrap {
    padding-top: 41px;
}

.news-wrap .news-container {
    width: 1200px;
    margin: 0 auto 50px;
    overflow: hidden;
}

.news-wrap .news-container .news-con-left {
    float: left;
    width: 720px;
}

.news-wrap .news-container .news-con-right {
    float: right;
    width: 430px;
}

.box2_1 img {
    padding: 10px 0 10px;
}


/*标题*/

.m-title {
    text-align: center;
}

.m-title .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.m-title .title span {
    color: #0066ab;
}

.m-title .sub-title {
    font-size: 15px;
    padding: 0 88px;
    font-weight: bold;
    position: relative;
}

.m-title .sub-title::before,
.m-title .sub-title::after {
    content: '';
    display: inline-block;
    width: 72px;
    height: 8px;
    background: url(../images/2018818104021720.png) no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-title .sub-title::before {
    left: 0;
}

.m-title .sub-title::after {
    right: 0;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}

.m-top {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #666;
    overflow: hidden;
    font-size: 14px;
}

.m-top>div {
    float: left;
    font-size: 14px;
}

.m-top .top-link {
    float: right;
}

.m-top .top-link a {
    margin: 0 5px;
    font-size: 14px;
}

.m-top .top-link a:hover {
    color: #0066ab;
}

.m-top .top-link a.top-link-cn,
.m-top .top-link a.top-link-en,
.m-top .top-link a.top-link-jp {
    padding-left: 35px;
}

.m-top .top-link a.top-link-cn {
    background: url(../images/cn.png) left center no-repeat;
    background-size: 30px;
}

.m-top .top-link a.top-link-en {
    background: url(../images/en.png) left center no-repeat;
    background-size: 30px;
}

.m-top .top-link a.top-link-jp {
    background: url(../images/jp.png) left center no-repeat;
    background-size: 30px;
}

#mTop,
#mBottom,
#mBody1,
#mBody2 {
    min-width: 1200px;
}

.con-right {
    padding-left: 65px;
    background: url(../images/201881810401339.png) no-repeat 0 center;
    margin-top: 40px;
}

.con-right strong {
    font-size: 17px;
    font-weight: normal;
    display: block;
}

.con-right p {
    font-size: 22px;
    font-family: Arial;
    color: #0066ab;
    white-space: nowrap;
    line-height: 24px;
}

.box185_-6482 {
    font: 14px/1.43 'Microsoft Yahei', arial, sans-serif;
    color: #fff;
    background-color: #0066ab;
}

.box185_-6482 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.box185_-6482 a {
    color: inherit;
    text-decoration: none;
}

.box185_-6482 ul,
.box185_-6482 li {
    list-style-type: none;
}

.box185_-6482 ul li {
    float: left;
    position: relative;
}

.box185_-6482 ul {
    width: 1200px;
    margin: 0 auto;
}

.box185_-6482 ul li {
    width: 171px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.box185_-6482 ul .bor {
    display: none;
}

.box185_-6482 ul li>a {
    display: block;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    font-size: 16px;
}

.box185_-6482 ul li ul {
    display: none;
    z-index: 999;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #0066ab;
}

.box185_-6482 ul li:hover>a {
    color: #fff;
    background: #00538a;
}

.box185_-6482 ul li.selected>a {
    color: #fff;
    background: #00538a;
}

.box185_-6482 ul li:hover ul {
    display: block;
}

.box185_-6482 ul li ul li {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}

.box185_-6482 ul li ul li a {
    display: block;
    font-size: 14px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.box185_-6482 ul li ul li:hover a {
    background: #00538a;
    color: #fff;
}

.box185_-6482 .clear {
    clear: both;
}

.hide {
    background: #00538a !important;
}

.anSearch {
    border: 0;
    background: #0066ab url(../images/201881810403192.png) no-repeat center;
    width: 41px;
    height: 35px;
    float: right;
}

.box844_-9013 * {
    margin: 0;
    padding: 0;
}

.box844_-9013 a {
    text-decoration: none;
}

.box844_-9013 a:hover {
    text-decoration: none;
}

.box844_-9013 ul,
.box844_-9013 li {
    list-style: none;
}

.box844_-9013 img {
    border: none;
    vertical-align: middle;
}

.box844_-9013 {
    font: 12px "Microsoft YaHei";
    color: #666;
}

.box844_-9013 .banner-box {
    height: 650px;
    position: relative;
    overflow: hidden;
}

.box844_-9013 .banner-box .bands li {
    width: 100%;
    height: 650px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

.box844_-9013 .banner-box .bands li a {
    display: block;
    height: 100%;
}

.box844_-9013 .banner-btns .btns-box a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.box844_-9013 .banner-btns .btns-box a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.box844_-9013 .banner-btns .btns-box .prev-btn {
    left: 5%;
    background: url(../images/foot.png) 0 0 no-repeat;
}

.box844_-9013 .banner-btns .btns-box .next-btn {
    right: 5%;
    background: url(../images/foot.png) -49px 0 no-repeat;
}

.box844_-9013 .banner-btns .btns-box .hd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
}

.box844_-9013 .banner-btns .btns-box .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
    background: transparent;
    border: 2px solid #0066ab;
    cursor: pointer;
    font-size: 0px;
}

.box844_-9013 .banner-btns .btns-box .hd li.on {
    background: #0066ab;
}

.hot-k-wrap {
    background-color: #ededed;
}

.hot-k-wrap .h-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.hot-k-wrap .h-container .h-keyword {
    float: left;
    height: 60px;
    line-height: 60px;
}

.hot-k-wrap .h-container .h-keyword strong {
    font-size: 14px;
    font-weight: bold;
}

.hot-k-wrap .h-container .h-keyword a {
    color: #666;
    margin-right: 10px;
    font-size: 14px;
}

.hot-k-wrap .h-container .h-keyword a:hover {
    color: #0066ab;
}

.hot-k-wrap .h-container .searchbox {
    float: right;
}

.hot-k-wrap .h-container .searchbox .s-input {
    margin-top: 13px;
    position: relative;
}

.hot-k-wrap .h-container .searchbox .s-input input[type="text"] {
    width: 247px;
    height: 35px;
    border: 1px solid #ddd;
    padding: 10px 52px 10px 12px;
    outline: none;
}

.hot-k-wrap .h-container .searchbox .s-input input[type="text"]:focus {
    border: 1px solid #0066ab;
}

.hot-k-wrap .h-container .searchbox .s-input input[type="button"] {
    display: inline-block;
    border: none;
    width: 41px;
    height: 35px;
    background: #0066ab url(../images/201881810403192.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-title {
    padding: 16px 0 18px;
    background-color: #0066ab;
    color: #fff;
    text-align: center;
    width: 230px;
}

.nav-title .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.nav-title .sub-title {
    text-transform: uppercase;
}

ul,
li,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

.box220_-9695 {
    background-color: #0066ab;
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #333;
    width: 230px;
}

.box220_-9695 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.box220_-9695 a {
    text-decoration: none;
    color: inherit;
}

.box220_-9695 .wtl {
    padding: 0 3px;
}

.box220_-9695 .wtr {
    background-color: #fff;
    padding: 5px 17px 15px;
}

.box220_-9695 .wkCr>div {
    margin-top: 15px;
}

.box220_-9695 .wkCr>div ul {
    margin-top: 5px;
}

.box220_-9695 .wkCr>div ul>li {
    text-indent: 10px;
    line-height: 28px;
}

.box220_-9695 .wkCr>div ul>li>a {
    display: block;
}

.box220_-9695 .wkCr>div ul>li:hover>a {
    color: #0066ab;
}


/* .box220_-9695 .wkCr>div:last-child{margin-top: 0;} */

.box220_-9695 .wkCr>div .cont {
    display: block!important;
}


/*主体部分外框*/

.box220_-9695 .zTitle {
    margin-bottom: 5px;
    display: none!important;
}

.box220_-9695 .zTitle span {
    padding-left: 35px;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    display: block;
}


/*总标题部分*/

.box220_-9695 .title {
    position: relative;
    /*更多相对于它定位*/
    margin-bottom: 0;
}

.box220_-9695 .titleR {
    background: #0066ab url(../images/201881810398395.png) no-repeat 155px center;
}

.box220_-9695 .titleR h1 {
    font-size: 14px;
    color: #FFF;
    font-weight: normal;
    padding: 10px 0 10px 14px;
    text-align: left;
}

.box220_-9695 .titleR h1 a {
    display: block;
}

.box220_-9695 .titleR .more {
    position: absolute;
    right: 10px;
    top: 8px;
    /*定位值*/
    color: #FFFFFF;
    font-size: 12px;
    display: none;
    /*隐藏更多*/
}


/*标题部分*/


/*内容框架部分*/

.box220_-9695 .boxCont h2 {
    text-align: center;
    font-weight: normal;
    margin: 8px 0;
    font-size: 14px;
}

.box220_-9695 .boxCont h2 span {
    display: block;
}

.box220_-9695 .boxCont h2 a:hover span,
.box220_-9695 .boxCont .zList li a:hover {
    color: #0066ab;
}

.box220_-9695 .boxCont .selected a {
    color: #0066ab;
}

.pro-imgbox {
    border-bottom: 3px solid #0066ab;
    border-left: 3px solid #0066ab;
    border-right: 3px solid #0066ab;
    line-height: 30px;
}

.pro-imgbox p {
    padding: 0 10px;
}

.pro-imgbox img {
    width: 100%;
}


/*产品标题*/

.pro-title {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #0066ab;
}

.pro-title strong {
    font-weight: normal;
    font-size: 20px;
    display: inline-block;
}

.pro-title span {
    font-family: Impact;
    color: #dedede;
    font-size: 20px;
    margin-left: 10px;
    display: inline-block;
}

.pro-title a {
    float: right;
    margin-right: 20px;
}

.pro-title a:hover {
    color: #0066ab;
    text-decoration: underline;
}

.box867_-6127 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-weight: normal;
}

.box867_-6127 a {
    color: #333;
    text-decoration: none;
}

.box867_-6127 img {
    vertical-align: middle;
    border: none;
}

.box867_-6127 {
    font: 14px/1.43 'Microsoft Yahei', Arial;
    color: #333;
    width: 900px;
}

.box867_-6127 .title {
    display: none;
}

.box867_-6127 .hot-products {
    overflow: hidden;
    padding-top: 30px;
}

.box867_-6127 .hot-products li {
    float: left;
    margin: 0 20px 40px 3px;
    width: 283px;
    padding: 10px 10px 15px;
    box-shadow: 0 0 7px rgba(102, 102, 102, .35);
    -webkit-box-shadow: 0 0 7px rgba(102, 102, 102, .35);
    text-align: center;
    overflow: hidden;
    -webkit-transition: all ease .35s;
    -moz-transition: all ease .35s;
    transition: all ease .35s;
}

.box867_-6127 .hot-products li:hover {
    background-color: #0066ab;
}

.box867_-6127 .hot-products li:nth-child(3n) {
    margin-right: 0;
}

.box867_-6127 .pic {
    text-align: center;
    margin-bottom: 15px;
}

.box867_-6127 .pic img {
    max-width: 100%;
    border-bottom: 1px solid #ececec;
}

.box867_-6127 .info {
    color: #666;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.box867_-6127 .price {
    display: none;
}

.box867_-6127 .caption {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box867_-6127 .hot-products li:hover .caption {
    color: #fff;
}

.box867_-6127 .hot-products li:hover .info {
    color: #fff;
}

.box867_-6127 .details {
    display: inline-block;
    width: 122px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ddd;
    color: #666;
    border-radius: 5px;
    margin: 14px 0 5px;
    -webkit-transition: all ease .35s;
    -moz-transition: all ease .35s;
    transition: all ease .35s;
}

.box867_-6127 .hot-products li:hover .details {
    background-color: #fff;
    color: #0066ab;
}

#_ctl7_box {
    height: 225px;
}

#_ctl14_box {
    height: 175px;
}


/*疑问样式*/

.question-wrap {
    text-align: center;
    padding-top: 50px;
    background: #f8f8f8 url(../images/201881810403922.png) no-repeat center bottom;
}

.question-wrap .q-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

.question-wrap .q-list {
    width: 1200px;
    margin: 0 auto;
    /* padding-bottom: 85px; */
}

.question-wrap .q-list .q-con {
    overflow: hidden;
}

.question-wrap .q-list .q-con strong {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    line-height: 180%;
}

.question-wrap .q-list .q-con p {
    color: #666;
    line-height: 180%;
}

.question-wrap .q-list .q-con .c-left,
.question-wrap .q-list .q-con .c-right {
    width: 270px;
}

.question-wrap .q-list .q-con .c-left {
    float: left;
    text-align: left;
}

.question-wrap .q-list .q-con .c-right {
    float: right;
    text-align: right;
}

.question-wrap .q-list .c1 {
    margin-bottom: 75px;
}

.question-wrap .q-list .c2 {
    margin-bottom: 84px;
}

.question-wrap .q-list .c2 .c-left {
    margin-left: 50px;
}

.question-wrap .q-list .c2 .c-right {
    margin-right: 50px;
}

.question-wrap .q-list .c3 .c-left,
.question-wrap .q-list .c3 .c-right {
    width: 230px;
}

.adv-wrap {
    background: url(../images/201881810397757.png);
    padding-bottom: 44px;
    position: relative;
}

.adv-wrap::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #0066ab;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.adv-wrap .adv-title {
    background: url(../images/201881810397315.png) no-repeat center top;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.adv-wrap .adv-title .main-title {
    font-size: 28px;
    font-weight: bold;
    height: 96px;
    line-height: 126px;
}

.adv-wrap .adv-title .sub-title {
    font-size: 15px;
    height: 63px;
    line-height: 27px;
    /*font-weight: bold;*/
}

.adv-wrap .adv-list .list-item {
    width: 1200px;
    margin: 86px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.adv-wrap .adv-list:nth-child(4) .list-item {
    margin: 15px auto 0;
}

.adv-wrap .adv-list:nth-child(5) .list-item {
    margin: 50px auto 0;
}

.adv-wrap .adv-list .list-item .item-view,
.adv-wrap .adv-list .list-item .item-img {
    width: 515px;
}

.adv-wrap .adv-list .list-item .item-img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.adv-wrap .adv-list .list-item .item-view .view-title {
    height: 51px;
    line-height: 51px;
    font-size: 20px;
    margin-bottom: 15px;
}

.adv-wrap .adv-list .list-item .item-view .view-title .order-num {
    display: inline-block;
    width: 51px;
    height: 51px;
    background: url(../images/201881810398171.png) no-repeat;
    font-family: Impact;
    font-style: italic;
    font-size: 33px;
    color: #fff;
    padding-left: 15px;
    margin-right: 10px;
}

.adv-wrap .adv-list .list-item .item-view li {
    padding-left: 32px;
    line-height: 200%;
    background: url(../images/201881810398516.png) 10px 8px no-repeat;
    margin-bottom: 6px;
    font-size: 16px;
}

.adv-wrap .adv-list .list-item .item-view a {
    display: inline-block;
    width: 110px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 5px;
    background-color: #0066ab;
    color: #fff;
    margin-left: 34px;
    margin-bottom: 15px;
}

.adv-wrap .sub-nav {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.adv-wrap .sub-nav li {
    width: 135px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background-color: #0066ab;
}

.adv-wrap .sub-nav li:nth-child(1) {
    margin-top: 245px;
}

.adv-wrap .sub-nav li:nth-child(2) {
    margin-top: 401px;
}

.adv-wrap .sub-nav li:nth-child(3) {
    margin-top: 372px;
}

.adv-wrap .sub-nav li:nth-child(4) {
    margin-top: 344px;
}

.box11009_-3599 {
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #333;
    width: 1200px;
    margin: 34px auto 0;
    padding-bottom: 30px;
}

.box11009_-3599 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box11009_-3599 ul,
.box11009_-3599 li {
    list-style: none;
}

.box11009_-3599 a {
    text-decoration: none;
    color: inherit;
}

.box11009_-3599 img {
    max-width: 100%;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
    padding: 5px;
    height: 201px;
}

.box11009_-3599 em {
    font-style: normal;
}

.box11009_-3599 .tempWrap {
    margin-left: 10px;
}

.box11009_-3599 .tab_li {
    margin-bottom: 35px;
    width: 1200px;
    height: 40px;
    display: none;
}

.box11009_-3599 .tab_li span {
    display: block;
    font-size: 16px;
    line-height: 40px;
}

.box11009_-3599 .tab_li span a {
    color: #007c3e;
}

.box11009_-3599 .tab_li ul {
    width: 336px;
    margin: 35px auto 0;
    position: relative;
}

.box11009_-3599 .tab_li li {
    display: inline-block;
    margin-right: 3px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    line-height: 40px;
    border-radius: 20px;
    position: absolute;
    top: 0;
}

.box11009_-3599 .tab_li li:first-child {
    left: 0;
    z-index: 1
}

.box11009_-3599 .tab_li li:last-child {
    right: 44px;
    z-index: 2;
}

.box11009_-3599 .tab_li li a {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    width: 163px;
    color: #fff;
    height: 40px;
    overflow: hidden;
    background: #323232;
}

.box11009_-3599 .tab_li li a:hover,
.box11009_-3599 .tab_li .cur a {
    text-decoration: none;
    background: #61b332;
}

.box11009_-3599 .tab_li .nones {
    background: none;
}

.box11009_-3599 .slide-wrap {
    padding: 0 8px;
    overflow: hidden;
}

.box11009_-3599 .roll3,
.box11009_-3599 .roll4 {
    margin-top: 60px;
    width: 37px;
    height: 84px;
    overflow: hidden;
}

.box11009_-3599 .roll3 a,
.box11009_-3599 .roll4 a {
    display: block;
    width: 37px;
    height: 84px;
    background: url(../images/r_lgun.png) no-repeat;
    border: 0;
}

.box11009_-3599 .roll3 {
    float: left;
}

.box11009_-3599 .roll4 {
    float: right;
}

.box11009_-3599 .roll4 a {
    background: url(../images/r_lgun.png) no-repeat -41px 0;
}

.box11009_-3599 .slide_c {
    width: 1100px;
    float: left;
    margin-left: 5px;
    overflow: hidden;
}

.box11009_-3599 .slide_c ul li {
    margin-right: 9px;
    width: 265px;
    float: left;
}

.box11009_-3599 .slide_c ul li em {
    display: block;
    text-align: center;
}

.box11009_-3599 .slide_c ul li:hover em {
    color: #a00b05;
}

.box11009_-3599 .slide_c ul .nones {
    margin-right: 0px;
}


/*流程*/

.lc-chart {
    width: 1200px;
    margin: 47px auto 0;
    overflow: hidden;
}

.lc-chart li {
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.lc-chart li span {
    display: inline-block;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    border: 3px solid #0066ab;
    background-repeat: no-repeat;
    background-position: center center;
}

.lc-chart li p {
    line-height: 200%;
}

.lc-chart li a:hover {
    color: #0066ab;
}

.lc-chart li.arrow {
    width: 68px;
    height: 9px;
    margin: 65px 10px 0 10px;
}

.lc-chart li.d-right,
.lc-chart li.d-left {
    background: url(../images/201881810398992.png) no-repeat;
}

.lc-chart li.d-left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-wrap .a-content .a-keyword a:last-child {
    display: inline-block;
    margin-top: 5px;
}

.about-wrap .a-content p {
    font-size: 15px;
}


/*关于我们*/

.about-wrap {
    width: 1200px;
    margin: 47px auto 0;
    padding-bottom: 48px;
    border-bottom: 2px solid #0066ab;
    overflow: hidden;
}

.about-wrap .a-imgbox,
.about-wrap .a-content {
    float: left;
}

.about-wrap .a-content {
    width: 577px;
    margin-left: 35px;
    color: #666;
}

.about-wrap .a-content p {
    line-height: 240%;
}

.about-wrap .a-content p:first-child {
    margin-bottom: 10px;
}

.about-wrap .a-content p a {
    color: #0066ab;
}

.about-wrap .a-content p a:hover {
    color: #870903;
}

.about-wrap .a-content .a-keyword strong {
    font-weight: normal;
    font-size: 16px;
    display: block;
    margin: 10px 0;
}

.about-wrap .a-content .a-keyword a {
    margin-right: 15px;
}

.about-wrap .a-content .a-keyword a:hover {
    color: #0066ab;
}

.box11009_-9122 {
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #333;
    width: 1200px;
    margin: 34px auto 0;
    padding-bottom: 30px;
}

.box11009_-9122 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box11009_-9122 ul,
.box11009_-9122 li {
    list-style: none;
}

.box11009_-9122 a {
    text-decoration: none;
    color: inherit;
}

.box11009_-9122 img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    padding: 5px;
    height: 210px;
    width: 100%
}

.box11009_-9122 em {
    font-style: normal;
}

.box11009_-9122 .tempWrap {
    margin-left: 10px;
}

.box11009_-9122 .tab_li {
    margin-bottom: 35px;
    width: 1200px;
    height: 40px;
    display: none;
}

.box11009_-9122 .tab_li span {
    display: block;
    font-size: 16px;
    line-height: 40px;
}

.box11009_-9122 .tab_li span a {
    color: #007c3e;
}

.box11009_-9122 .tab_li ul {
    width: 336px;
    margin: 35px auto 0;
    position: relative;
}

.box11009_-9122 .tab_li li {
    display: inline-block;
    margin-right: 3px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    line-height: 40px;
    border-radius: 20px;
    position: absolute;
    top: 0;
}

.box11009_-9122 .tab_li li:first-child {
    left: 0;
    z-index: 1
}

.box11009_-9122 .tab_li li:last-child {
    right: 44px;
    z-index: 2;
}

.box11009_-9122 .tab_li li a {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    width: 163px;
    color: #fff;
    height: 40px;
    overflow: hidden;
    background: #323232;
}

.box11009_-9122 .tab_li li a:hover,
.box11009_-9122 .tab_li .cur a {
    text-decoration: none;
    background: #61b332;
}

.box11009_-9122 .tab_li .nones {
    background: none;
}

.box11009_-9122 .slide-wrap {
    padding: 0 8px;
    overflow: hidden;
}

.box11009_-9122 .roll3,
.box11009_-9122 .roll4 {
    margin-top: 60px;
    width: 37px;
    height: 84px;
    overflow: hidden;
}

.box11009_-9122 .roll3 a,
.box11009_-9122 .roll4 a {
    display: block;
    width: 37px;
    height: 84px;
    background: url(../images/r_lgun.png) no-repeat;
    border: 0;
}

.box11009_-9122 .roll3 {
    float: left;
}

.box11009_-9122 .roll4 {
    float: right;
}

.box11009_-9122 .roll4 a {
    background: url(../images/r_lgun.png) no-repeat -41px 0;
}

.box11009_-9122 .slide_c {
    width: 1100px;
    float: left;
    margin-left: 5px;
    overflow: hidden;
}

.box11009_-9122 .slide_c ul li {
    margin-right: 9px;
    width: 265px;
    float: left;
}

.box11009_-9122 .slide_c ul li em {
    display: block;
    text-align: center;
}

.box11009_-9122 .slide_c ul li:hover em {
    color: #a00b05;
}

.box11009_-9122 .slide_c ul .nones {
    margin-right: 0px;
}

.news-header {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.news-header h3 {
    font-size: 18px;
    font-weight: normal;
    background-color: #0066ab;
    float: left;
    padding: 0 19px;
    color: #fff;
}

.news-header a {
    float: right;
    color: #666;
}

.news-header a:hover {
    color: #0066ab;
}

.box200_-3098 img {
    border: 0;
}

.box200_-3098 {
    font-family: "微软雅黑";
    width: 720px;
    margin-top: 33px;
}


/*外框部分*/

.box200_-3098 .title {
    background: url(../images/bg_x_31.jpg) no-repeat right;
    height: 42px;
    overflow: hidden;
    display: none;
}

.box200_-3098 .titleR {
    background: url(../images/bg_x_31.jpg) no-repeat left;
    height: 42px;
    margin-right: 5px;
}

.box200_-3098 .titleR h1 {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    font-family: "微软雅黑"
}


/*标题背景*/

.box200_-3098 .titleR {
    position: relative;
    display: none;
}

.box200_-3098 .titleR h1 span {
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}


/*标题前小图标*/

.box200_-3098 .titleR .more {
    background: url(../images/icon2.gif) no-repeat 0 2px;
    padding-left: 15px;
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 12px;
    color: #5F5F5F;
    text-decoration: none;
}


/*标题栏右边更多*/

.box200_-3098 .titleR .more:hover {
    text-decoration: underline;
}


/*标题部分*/

.box200_-3098 .cont {
    border-top: none;
    padding: 5px;
    border: none;
}

.box200_-3098 .boxCont {
    font-size: 12px;
    color: #5F5F5F;
}

.box200_-3098 .tjnews {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}

.box200_-3098 .tjnews .tjTu {
    float: left;
}


/*推荐新闻图片部分宽度*/

.box200_-3098 .tjnews .tjnewsCont {
    float: right;
    width: 370px;
    line-height: 24px;
    ;
    color: #666;
}


/*推荐新闻文字部分宽度*/

.box200_-3098 .tjnews .tjnewsCont .tjCont {
    font-size: 14px;
    color: #666;
    line-height: 180%;
    margin-bottom: 5px;
}

.box200_-3098 .tjBiaoti {}

.box200_-3098 .tjBiaoti a {
    color: #0066ab;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 15px;
}

.box200_-3098 a:hover,
.box200_-3098 .newsList li a:hover,
.box200_-3098 .tjnews .more:hover {
    color: #0066ab;
    text-decoration: underline;
}

.box200_-3098 .type,
.box200_-3098 .newsList li .type {
    color: #0066ab;
    text-decoration: none;
    margin-right: 5px;
    display: none;
}


/*分类*/

.box200_-3098 .tjBiaoti .time {
    color: #BABABA;
    margin-left: 5px;
    display: none;
}


/*时间*/

.box200_-3098 .tjnews .more {
    color: #0066ab;
    text-decoration: none;
    display: block;
    margin-top: 6px;
}


/*推荐内容下面的更多*/


/*推荐部分*/

.box200_-3098 .newsList {
    margin: 10px 0;
}

.box200_-3098 .newsList .newsList_tu {
    float: left;
    width: 185px;
    margin-top: 5px;
    *margin-top: 0px;
    display: none;
}

.box200_-3098 .tjnesw_list {
    overflow: hidden;
}

.box200_-3098 .newsList .tjList a {
    color: #666;
}

.box200_-3098 .newsList li {
    float: left;
    width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/news_li.png) left center no-repeat;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
    line-height: 30px;
}

.box200_-3098 .newsList li a {
    color: #666;
    text-decoration: none;
}

.box200_-3098 .newsList li a,
.box200_-3098 .newsList li span {
    height: 39px;
    line-height: 39px;
}

.box200_-3098 .newsList li .hot {
    background: url(../images/hot_06.jpg) no-repeat;
    width: 22px;
    height: 9px;
    display: inline-block;
    display: none;
}

.box200_-3098 .newsList li .time {
    margin: 0 10px;
    display: none;
}

.box200_-3098 .moreLIst {
    text-align: right;
    display: none;
}

.box200_-3098 .moreLIst a {
    background: url(../images/more_11.jpg) no-repeat;
    width: 86px;
    height: 19px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
    color: #0066ab;
    text-decoration: none;
    margin-top: 5px;
}

.box200_-3098 .moreLIst a:hover {
    text-decoration: none;
}

.box526_-2201 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.box526_-2201 {
    width: 400px;
    background: #f5f5f5;
    padding: 0 15px 25px;
    font: 14px/1.43 'Microsoft Yahei', Airal, sans-serif;
}

.box526_-2201 h2 {
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    color: #0066ab;
    font-weight: normal;
}

.box526_-2201 h2 a {
    float: right;
    padding-right: 10px;
    font-size: 0px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    width: 60px;
    height: 37px;
}

.box526_-2201 .topMarquee {
    width: 100%;
}

.box526_-2201 .topMarquee .bd {
    width: 100%;
    margin: 0 auto;
    padding-top: 12px;
    height: 376px!important;
}

.box526_-2201 .topMarquee .bd .picList {
    width: 100%;
}

.box526_-2201 .topMarquee .bd .picList li {
    width: 100%;
    list-style-type: none;
    margin-top: 15px;
    padding: 10px;
}

.box526_-2201 .topMarquee .bd .picList li h3 {
    width: 100%;
    color: #333;
}

.box526_-2201 .topMarquee .bd .picList li h3 b {
    font-size: 0px;
    color: #666;
    line-height: 24px;
    margin-top: 12px;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/q-icon.png) no-repeat;
}

.box526_-2201 .topMarquee .bd .picList li h3 span {
    float: left;
    display: block;
    width: 90%;
    margin: 12px 0 0 12px;
    font-size: 14px;
}

.box526_-2201 .topMarquee .bd .picList li p {
    color: #666;
    line-height: 1.5;
}

.box526_-2201 .topMarquee .bd .picList li p b {
    font-size: 0px;
    color: #666;
    line-height: 24px;
    margin-top: 12px;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../images/a-icon.png) no-repeat;
}

.box526_-2201 .topMarquee .bd .picList li p span {
    float: left;
    display: block;
    width: 90%;
    margin: 12px 0 0 12px;
    font-size: 14px;
}

.box526_-2201 .topMarquee .bd .picList li h3 a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

#_ctl21_box .topMarquee .bd .tempWrap {
    height: 480px!important;
}

.friend-link {
    width: 1200px;
    height: 72px;
    margin: 50px auto;
    line-height: 66px;
    background: url(../images/201881810398893.jpg) no-repeat;
}

.friend-link strong {
    color: #fff;
    display: inline-block;
    font-weight: normal;
    margin-left: 118px;
    margin-right: 33px;
}

.friend-link a {
    display: inline-block;
    margin-right: 10px;
}

.friend-link a:hover {
    color: #0066ab;
}

.footer {
    background-color: #00538a;
    color: #fff;
    padding-bottom: 50px;
}

.footer .footer-nav {
    background-color: #0066ab;
}

.footer .footer-nav ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .footer-nav ul li {
    float: left;
    width: 171px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.footer .footer-nav ul li a {
    display: block;
    font-size: 16px;
}

.footer .footer-nav ul li:hover {
    background-color: #00538a;
}

.footer .footer-con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .footer-con>div {
    float: left;
}

.footer .footer-con .tel-wrap {
    margin: 52px 0 0 0px;
}

.footer .footer-con .tel-wrap strong {
    font-size: 20px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding-left: 44px;
    background: url(../images/2018818104021941.png) no-repeat;
    margin-bottom: 5px;
}

.footer .footer-con .tel-wrap p {
    font-size: 24px;
    /*font-family: Impact;*/
}

.footer .footer-con .desc-wrap {
    width: 34%;
    margin: 68px 169px 0 169px;
    text-align: center;
    line-height: 200%;
}

.footer .footer-con .desc-wrap p {
    font-size: 14px;
}

.footer .footer-con .desc-wrap a {
    font-size: 14px;
}

.footer .footer-con .desc-wrap a:hover {
    text-decoration: underline;
}

.footer .footer-con .qrcode {
    margin-top: 48px;
    margin-right: 38px;
    text-align: center;
}

.footer .footer-con .qrcode .qr-imgbox {
    width: 106px;
    margin-bottom: 12px;
}

.footer .footer-con .qrcode p {
    font-size: 14px;
}


/*系统样式修改*/

.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.main .inside_right {
    width: 880px;
}

.box26_1 {
    width: 100%;
}

.box26_1 .pcDc2 {
    border: none;
}

.box26_1 .pcDcImgshowBox2 {
    display: block;
    width: 100%;
}

.box34_1 {
    width: 100%;
}

.box34_1 .pcDc2 {
    border: none;
}

.box34_1 .pcDcImgshowBox2 {
    display: block;
    width: 100%;
}

.box24_1 .boxpctxt li {
    width: 200px;
}

.box24_1 .boxpctxt li div {
    width: 200px;
    height: 200px;
}

.box24_1 .boxpctxt li img {
    width: 200px!important;
    height: 200px!important;
}

.c4,
.c6 {
    width: 728px;
}