﻿/*index*/

.links .c a {
    font-size: 14px;
    color: #716f6f;
    margin-right: 10px;
    line-height: 32px;
    white-space: nowrap;
}

.partner .c {
    width: 1200px;
    overflow: hidden;
}

.partner .c p {
    width: 1230px;
    overflow: hidden;
}

.partner .c a {
    display: block;
    float: left;
    width: 176px;
    height: 76px;
    background-color: #fff;
    text-align: center;
    line-height: 76px;
    margin: 10px 26px 10px 2px;
    box-shadow: none;
    transition-duration: 0.8s;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.partner .c a span {
    display: none;
}

.partner .c a:hover {
    box-shadow: 0 0 5px #ddd;
    transition-duration: 0.8s;
}


#caseTab {
    border: none;
    padding-left: 50px;
    float: left;
}

#caseTab li {
    margin-right: 20px;
    padding-right: 20px;
    height: 20px;
    border-right: 1px solid #a0a0a0;
}

#caseTab li:last-child {
    border-right: none;
}

#caseTab li a {
    display: block;
    float: left;
    border-radius: 5px;
    margin-top: -6px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    color: #383838;
    font-size: 18px;
}

#caseTab li a.active {
    background-color: #227fcf;
    color: #fff;
}

.case_bg {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.case .c {
    width: 1200px;
    overflow: hidden;
}

.case .c ul {
    width: 1230px;
}

.case .c ul li {
    float: left;
    margin-right: 27px;
    width: 280px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
}

.case .c ul li a {
    color: #030303
}

.case .c ul li a img {
    width: 280px;
    height: 176px;
}

.case .c ul li a span {
    display: block;
}

.itembox {
	text-align:center;
    width: 100%;
    height: 300px;
    background: url(../images/item_bg.jpg) no-repeat 50% 50%;
    min-width: 1150px;
	
}

.item .t {
    padding: 20px 0;
}

.item ul li {
    float: left;
    width: 160px;
    height: 160px;
    margin: 10px; 10px;
}

.item ul li a {
    display: block;
    text-align: center;
    color: #227fcf;
    padding: 15px;
    height: 160px;
    font-size: 16px;
}

.item ul li a i {
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
}

.item ul li a:hover {
    text-decoration: none;
}

.news {
    background-color: #fff;
}

.news .t {
    background-color: #227fcf;
    color: #fff;
    padding: 8px 0;
}

.news .t h1 {
    border-left-color: #fff;
}

.news .t h1 a {
    color: #fff;
}

.news .t h1 a:hover {
    color: #fff;
}

.news .t .more {
    color: #fff;
    margin-right: 10px;
}

.news .topnews .imgnews {
    margin: 0 20px;
}

.news .topnews .imgnews img {
    height: 118px;
    width: 210px;
}

.news .topnews div {
    width: 330px;
}

.news .topnews div h2 {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #227fcf;
    text-align: center;
}

.news .topnews div p {
    color: #454545;
    font-size: 12px;
    line-height: 24px
}

.news .c ul li {
    background: url(../images/dot.png) no-repeat 10px 50%;
    padding: 0 10px 0 25px;
    margin: 0 10px;
    line-height: 40px;
    font-size: 12px;
    color: #7d7a7a;
    border-bottom: 1px dashed #bfbfbf;
}

.news .c ul li a {
    font-size: 14px;
    color: #000;
}

.news .c ul li span {
    float: right;
}

.shebei .slider ul li {
    float: left;
    margin-right: 27px;
    width: 280px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
}

.shebei .slider ul li a {
    color: #030303;
    text-align: center;
}

.shebei .slider ul li a img {
    width: 280px;
    height: 192px;
}

.shebei .slider ul li a span {
    display: block;
}

.shebei .slider {
    position: relative;
}

.shebei .slider .hd {
    position: absolute;
    top: 0;
    width: 0 height: 0;
}

.shebei .slider .hd:hover a {
    transform: scale(0.95, 0.95);
}

.shebei .slider .hd a {
    transition-duration: 0.5s;
    display: block;
    width: 38px;
    height: 38px;
    margin-top: 80px;
    position: absolute;
    color: #fff;
}

.shebei .slider .hd a i {
    font-size: 40px;
    text-shadow: 0 1px 8px #aaa;
}

.shebei .slider .hd a:hover {
    text-decoration: none;
}

.shebei .slider .hd a:hover i {
    color: #fff;
    text-shadow: 0 1px 5px #aaa;
}

.shebei .slider .hd .prev {
    left: 10px;
}

.shebei .slider .hd .next {
    left: 1152px;
}

.form-control:focus {
    box-shadow: none;
}

.searchbox input[type=text] {
    height: 46px;
    border-radius: 10px;
    border-color: #227fcf;
    padding-right: 20px;
    font-size: 14px;
    width: 300px;
}

.searchbox .bb {
    width: 100px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    background: url(../images/searchbtn.png) no-repeat 15px 50% #227fcf;
    padding-left: 30px;
    font-size: 18px;
    margin-left: -30px;
    height: 46px;
    border: none;
    margin-top: -8px;
    color: #fff;
}

.searchbox .bb:focus {
    outline: none;
}


.oneword {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    padding-left: 15px;
}

.oneword i {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    background: url(../images/laba.gif) no-repeat 50% 50%;
}

















/*news*/

.list_news {
    background-color: #fff;
    padding: 40px 20px;
}

.list_news .e2 li {
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

.list_news .e2 li:last-child {
    border-bottom: none;
}

.list_news .e2 .preview {
    float: left;
    margin-right: 20px;
    width: 200px;
}

.list_news .e2 .preview img {
    width: 200px;
    height: 112px;
}

.list_news .e2 .title {
    float: left;
    font-size: 16px;
    color: #227fcf;
}

.list_news .e2 .info {
    float: right;
    font-size: 12px;
    color: #464647
}

.list_news .e2 .intro {
    float: left;
    width: 632px;
    font-size: 12px;
    color: #464647;
    margin-top: 20px;
    line-height: 24px;
}

.list_news .e2 .intro a {
    color: #f39800
}

.pages {
    background: #fff;
}

.pages .pagelist {
    text-align: center;
    font-size: 16px;
    color: #404041;
    padding: 40px 0;
}

.pages .pagelist li {
    display: inline-block;
}

.pages .pagelist li a {
    padding: 5px;
}

.viewbox .title {
    color: #227fcf;
    padding-top: 40px;
}

.viewbox .title h2 {
    font-size: 18px;
    color: #227fcf;
}

.viewbox .info {
    font-size: 12px;
    color: #464647;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.viewbox .content {
    color: #353535;
    font-size: 14px;
    padding: 0 30px;
    line-height: 28px;

}

.viewbox .content p {
    text-indent: 2em;
    line-height: 28px;
}

.viewbox .handle {
    padding: 30px;
}

.viewbox .handle li {
    padding: 5px 0;
}

.process li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 24px;
}

.process li:last-child {
    border-bottom: none;
}

.process li h2 {
    font-size: 16px;
}

.process li p {
    font-size: 14px;
    margin-top: 0;
}

.process li p span {
    color: #227fcf
}


.list_case li {
    float: left;
    width: 270px;
    overflow: hidden;
    height: 220px;
    margin: 13px;
    box-shadow: 0 0 2px #aaa;
}

.list_case li a {
    display: block;
    text-align: center;
    width: 270px;
    height: 234px;
    font-size: 16px;
    overflow: hidden;
    line-height: 50px;
    color: #333;
    padding: 8px;
    box-sizing: border-box;
    transition-duration: 0.5s;
}

.list_case li a:hover {
    transition-duration: 0.5s;
    color: #000;
    text-decoration: none;
}

.list_case li a span b {
    font-weight: normal;
}

.list_case li a span {
    display: block;
    line-height: 50px;
}

.list_case li a img {
    width: 254px;
    height: 160px;
}
.list_item{ clear: both; }
.list_item li {
    float: left;
    width: 420px;
    overflow: hidden;
    height: 310px;
    margin: 13px;
}

.list_item li a {
    display: block;
    text-align: center;
    width: 420px;
    height: 310px;
    font-size: 16px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    box-sizing: border-box;
    transition-duration: 0.5s;
}


.list_item li a:hover img {
    transition-duration: 0.5s;
    background-color: #edecec;
    text-decoration: none;
}

.list_item li a span b {
    font-weight: normal;
}

.list_item li a span {
    display: block;
    line-height: 30px;
}

.list_item li a img {
    width: 420px;
    height: 270px;
    padding: 20px;
}


.ttl{ padding: 20px; line-height: 26px; clear: both; overflow: hidden; border-top: 1px solid #eee;}
.ttl h3{ font-size: 16px; font-weight: bold; }


.btl{ padding: 20px 0; text-align: center;  border-bottom: 1px solid #eee;}
.maincontent .detail .btl a{ margin: 0 60px; }
.maincontent .detail .btl a img{ display: inline-block; }


.ptl{ padding: 20px; line-height: 26px; clear: both; overflow: hidden;}
.ptl{ font-size: 14px; text-align: left; text-indent: 2em;}
.maincontent .detail .ptl img{ float: left; margin-right: 15px; }

.list_ziliao ul {
    padding: 0 40px;
}

.list_ziliao li {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.list_ziliao li:last-child {
    border-bottom: none;
}

.list_ziliao li a {
    float: right;
}

.qanda {
    padding: 20px;
}

#accordion{ padding: inherit; }
.qanda ol {
   
}
.qanda ol li{ color: #227fcf; font-size: 14px; font-weight: bold; }
.qanda ol li ul{ padding-left:1.5em; }
.qanda ol li ul li{ color: #383838; font-size: 14px; font-weight: normal; list-style: disc;}


.qanda ol li h5 a:not([href]):not([tabindex]) {
    color: #383838;
    font-size: 14px;
}

.qanda .card-body {
    border: 1px solid #f39800;
    background-color: #fff3df;
    border-radius: 10px;
    position: relative;
    max-width: 100%;
    margin-left: 30px;
    box-shadow: none;
    line-height: 30px;
    padding: 10px;
}

.qanda .card-body .arrow::before,
.qanda .card-body .arrow::before {
    border-bottom-color: #f39800;
}

.qanda .card-body .arrow::after,
.qanda .card-body .arrow::after {
    border-bottom-color: #fff3df;
}

.mapbox {
    width: 100%;
}

.itemdetail .title {
    border-bottom: 1px dashed #ddd;
}

.itemdetail .title h2 {
    font-weight: bold;
}


.itemtab {
    margin-top: 20px;
}

.itemtab .tabtitle {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    background: url(../images/item_tab.png) no-repeat 0 0;
}

.itemtab .tabcontent {
    padding: 20px 0;
}

.itemtab .ys {
    width: 810px;
    height: 366px;
    background: url(/uploads/static/ys.jpg) no-repeat 0 0
}

.itemtab .ly {
    width: 810px;
    height: 562px;
    background: url(/uploads/static/ly.jpg) no-repeat 0 0
}

.itemtab .zs p {
    line-height: 28px;
    text-indent: 2em;
}

.itemtab .infos {
    margin-top: 20px;
    background: url(/uploads/static/itemtabbg.jpg) no-repeat 0 0;
    height: 264px;
    padding-left: 346px;
}

.itemtab .infos ul li {
    line-height: 43px;
    border: 1px solid #227fcf;
    margin-bottom: -1px;
    overflow: hidden;
}

.itemtab .infos ul li span {
    display: block;
}

.itemtab .infos ul li .lab {
    display: block;
    width: 156px;
    height: 42px;
    float: left;
    background: url(../images/topnav_bg.png) repeat-x;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 0;
}

.itemtab .infos ul li:last-child .lab {
    height: 43px;
}

.itemtab .zxzx {
    width: 120px;
    height: 30px;
    background: url(../images/zx.png) 0 0 no-repeat;
    display: inline-block;
    margin-bottom: -8px;
}

.itemtab .zxzx em {
    display: none;
}






.result_content li {
    padding: 20px 0;
}

.result_content h3 {
    font-size: 18px;
}

.result_content li span {
    font-size: 14px;
    color: #666
}

.maincontent .detail .result_content p {
    padding-top: 0;
}




.youshi {
    width: 810px;
    height: 310px;
    margin: 0 auto;
}

.youshi .topy {
    text-align: center;
}

.youshi .topy h3 {
    font-size: 16px;
    color: #383838;
    padding-bottom: 20px;
    width: 680px;
    margin: 0 auto 21px;
    position: relative;
}

.youshi .topy h3:before {
    content: '';
    border: 1px solid #ddd;
    width: 680px;
    height: 30px;
    display: block;
    top: 30px;
    position: absolute;
    border-bottom: none;
}

.youshi ul li {
    float: left;
    width: 130px;
    height: 236px;
    border: 1px solid #ddd;
    margin-right: 40px;
    color: #383838;
    cursor: pointer;
    transition-duration: 0.3s;
}

.youshi ul li:last-child {
    margin-right: 0;
}

.youshi ul li .iconfont {
    display: block;
    font-size: 40px;
    text-align: center;
    margin: 30px auto 20px;
    color: #a0a1a2
}

.youshi ul li span {
    display: block;
    text-align: center;
    line-height: 26px;
}

.youshi ul li span.s1 {
    font-size: 16px;
}

.youshi ul li span.s2 {
    font-size: 12px;
    line-height: 18px;
}

.youshi ul li span.s4 {
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
}

.youshi ul li span.s3 {
    height: 25px;
    border-top: 1px solid #ddd;
    width: 40px;
    margin: 0 auto;
    margin-top: 10px;
}

.youshi ul li:hover {
    background-color: #227fcf;
    border-color: #227fcf;
    transition-duration: 0.3s;
}

.youshi ul li:hover span {
    color: #fff;
}

.youshi ul li:hover i {
    color: #fff;
}


.liyou li{ margin-top: 20px; height: 73px; line-height: 65px; background-repeat: no-repeat; padding-left: 100px; font-size: 12px;}
.liyou .ly1{ background-image: url(../images/ly1.png);}
.liyou .ly2{ background-image: url(../images/ly2.png);}
.liyou .ly3{ background-image: url(../images/ly3.png);}
.liyou .ly4{ background-image: url(../images/ly4.png);}
.liyou .ly5{ background-image: url(../images/ly5.png);}
.liyou .ly6{ background-image: url(../images/ly6.png);}
.liyou li:nth-child(2n){ background-position: right; text-align: right; padding-right: 100px;}





/* 等效 */

.lightline {
    position: relative;
}

.lightline a:hover {
    border-color: #fff;
}

.lightline a {
    z-index: 9;
    position: absolute;
}

.lightline::before,
.lightline::after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: opacity 0.4s, transform .4s
}

.lightline::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #227fcf;
    border-bottom: 1px solid #227fcf;
    transform: scale(0, 1);
    transform-origin: 0 0
}

.lightline::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #227fcf;
    border-left: 1px solid #227fcf;
    transform: scale(1, 0);
    transform-origin: 100% 0
}

.lightline:hover::before,
.lightline:hover::after {
    opacity: 1;
    transform: scale(1)
}


.bubble {
    position: relative;
    transition: background-color 0.6s;
    border-radius: 3px;
}

.bubble:hover {
    transition: background-color 0.6s;
}

.bubble:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    margin: auto;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s;
}

.bubble:hover:after {
    transform: scale(1);
    opacity: 0;
    transition: all 0.9s ease-in-out;
}


.dline {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.dline:hover {
    color: #fff;
}

.dline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: rgba(34, 127, 207, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.dline:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    box-shadow: 5px 5px 10px #aaa;
}