.pic-popup img {
    width: 100%;
}
.title {
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
    margin: 24px 0px 24px 0px;
}
.round {
    width: 80px;
    height: 80px;
    background: #2980b9;
    border-radius: 50%;
}
.round p {
    color: #FFF;
    text-align: center;
    margin: 0;
}
.p1 {
    font-weight: 400;
    font-size: 40px;
    padding: 20px 2px 0px 0;
}
.p2 {
    font-weight: 300;
    font-size: 20px;
    padding: 20px 2px 0px 0;
}
.round span {
    display: block;
    line-height: 0.6em;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

.prod-head-left {
    margin-right: 20px;
    padding: 0px;
}
.prod-head-right {
    float: right;
    margin-right: 20px;
    padding: 0px;
}

/*platform-banner*/
.platform-banner {
    #padding-top: 50px;
    background: url('https://static.yun-gu.com/images/platform-banner-sm.JPG') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 170px;
    #padding-top: 50px;
    position: relative;
    #width: 100%;
}
@media (max-width: 768px) {
    .platform-banner {
        background: url('https://static.yun-gu.com/images/platform-banner.JPG') center no-repeat;
        background-size: cover;
    }
}
.platform-banner img{
    width: 100%;
}
/*//platform-banner*/

/*Banner*/
#banner {
    padding-top: 50px;
    height: 540px;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #999;
    z-index: 90;
}
#banner .point-btn-wrap {
    position: absolute;
    bottom: 20px;
    z-index: 100;
    height: 12px;
}
#banner .point-btn-wrap a {
    display: block;
    float: left;
    margin-right: 14px;
    width: 12px;
    height: 12px;
    background: url(../images/subpage/banner-point-list.png) left 0px no-repeat;
}
#banner .point-btn-wrap a.active {
    background: url(../images/subpage/banner-point-list.png) left -12px no-repeat;
}
#banner a.switchingBtn {
    display: block;
    width: 62px;
    height: 100%;
    position: absolute;
    display: none;
    outline: none;
    z-index: 100;
}
#banner a.switchingBtn:visited, #banner a.switchingBtn:active, #banner a.switchingBtn:focus {
    border: 0px !important;
}
#banner a.switchingBtn.left {
    left: 34px;
    background: url(../images/subpage/banner-left.png) left center no-repeat;
}
#banner a.switchingBtn.right {
    right: 34px;
    background: url(../images/subpage/banner-right.png) left center no-repeat;
}
#banner ul.banner-list {
    position: relative;
}
#banner ul.banner-list li.banner-img {
    position: absolute;
    height: 540px;
    top: 0px;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    display: none;
    width: 100%;
}
#banner ul.banner-list li.banner-img-notop {
    position: absolute;
    height: 540px;
    top: 0px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: none;
    width: 100%;
}
#banner ul.banner-list li.banner-img a.link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 30;
}
#banner ul.banner-list li.banner-img.active {
    display: block;
}
#banner ul.banner-list li div.container {
    position: relative;
    overflow: hidden;
    height: 540px;
}
#banner ul.banner-list li div.container .banner-text {
    position: absolute;
    top: 0px;
    left: 15px;
    width: 440px;
    height: 100%;
    background: url(../images/subpage/banner-cont-bg.png);
    left: -540px;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
    overflow: hidden;
}
#banner ul.banner-list .banner-text p, #banner ul.banner-list .banner-text h2 {
    padding: 0px;
    margin: 0px;
}
#banner ul.banner-list .banner-text h2 {
    font-size: 48px;
    color: #fff;
    line-height: 72px;
    text-align: left;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
#banner ul.banner-list .banner-text .text {
    position: absolute;
    padding: 40px;
    width: 100%;
    left: 0px;
    top: 0px;
    left: -100%;
    z-index: 99;
}
#banner ul.banner-list p {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 10px;
}
#banner a.btnLearnmore {
    display: inline-block;
    width: auto;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    background: #00a3e9;
    margin-bottom: 16px;
    text-align: center;
    color: #fff;
    position: relative;
    min-width:185px;
    padding-right:40px;
    padding-left:20px;


}
#banner a.btnLearnmore:hover {
    text-decoration: none;
    background: #005275;
}
#banner ul.banner-list .banner-text a.btn i, #banner.inner-pages a.btn i {
    background: url(../images/subpage/banner-btn-icon.png) right center no-repeat;
    height: 40px;
    padding-left: 30px;
    position:absolute;right:20px;
    top:0;

}
#banner.inner-pages .banner-img a.btn{
    min-width:185px;
    width:auto;
    padding: 0px 40px 0px 20px;
    position:relative;
}
#banner ul.banner-list .banner-text ul li {
    color: #fff;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 17px;
    background: url(../images/subpage/point-banner-list.png) left 11px no-repeat;
}
#banner ul.banner-list .banner-text ul li a {
    color: #fff;
}
#banner.inner-pages {
    height: 400px;
    color: #fff;
}
#banner.inner-pages .container {
    padding-top: 90px;
}
#banner.inner-pages h2 {
    font-size: 35px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 0;
}
#banner.inner-pages ul.banner-list li .container {
    height: 400px;
}
#banner.inner-pages ul.banner-list li .container div {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    padding: 80px 90px 0px 30px;
    text-align: left;
    width: 80%;
}
#banner h2 {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 24px 0px 24px 0px;
    color: #fff;
}
#banner h1,#banner  h2,#banner  h2,#banner  h3,#banner  h4 {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/*Breadcrumb*/
.breadcrumb-top{
    margin-top: 80px;
}
#breadcrumb ul {
    list-style: none;
    display: inline-block;
    -webkit-padding-start: 0px;
    margin: 10px 0px;
    padding: 0px;
}
#breadcrumb ul .icon {
    font-size: 14px;
}
#breadcrumb ul li {
    float: left;
}
#breadcrumb ul li a {
    color: #FFF;
    display: block;
    background: #3498db;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    font-size: 10px;
    text-align: center;
    margin-right: 25px;
    transition: 0.5s;
}
#breadcrumb ul li:nth-child(even) a {
    background-color: #2980b9;
}
#breadcrumb ul li:nth-child(even) a:before {
    border-color: #2980b9;
    border-left-color: transparent;
}
#breadcrumb ul li:nth-child(even) a:after {
    border-left-color: #2980b9;
}
#breadcrumb ul li:first-child a {
    padding-left: 15px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
#breadcrumb ul li:first-child a:before {
    border: none;
}
#breadcrumb ul li:last-child a {
    padding-right: 15px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
#breadcrumb ul li:last-child a:after {
    border: none;
}
#breadcrumb ul li a:before, #breadcrumb ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #3498db;
    border-width: 20px 10px;
    width: 0;
    height: 0;
    transition: 0.5s;
}
#breadcrumb ul li a:before {
    left: -20px;
    border-left-color: transparent;
}
#breadcrumb ul li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #3498db;
}
#breadcrumb ul li a:hover {
    background-color: #1abc9c;
}
#breadcrumb ul li a:hover:before {
    border-color: #1abc9c;
    border-left-color: transparent;
}
#breadcrumb ul li a:hover:after {
    border-left-color: #1abc9c;
}
#breadcrumb ul li a:active {
    background-color: #16a085;
}
#breadcrumb ul li a:active:before {
    border-color: #16a085;
    border-left-color: transparent;
}
#breadcrumb ul li a:active:after {
    border-left-color: #16a085;
}

/*product-intro*/
.product-intro p {
    font-size: 17px;
}
.product-intro h3 {
    font-weight: 300;
    font-size: 22px;
    margin: 0px 0px 10px 0px ;
}
.product-intro ul {
    padding: 20px;
}
.product-intro ul li {
    font-size: 17px;
}
.product-intro img {
    width: 100%;
    height: auto;
}
.product-intro .pic {
    width: 100%;
    max-width: 340px;
    #height: 255px;
    margin: 0 auto;
    position: relative;
}
.product-intro .pic-title {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 0;
}
.product-intro .pic-show {

}
.product-intro .pic-reduction ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0px;
}
.product-intro .pic-reduction ul li {
    float: left;
    margin: 5px;
    list-style: none;
    background: none;
    padding: 0;
    line-height: inherit;
}
.product-intro .pic-reduction ul li a {
    padding: 2px;
    border: 1px solid #CCC;
    display: block;
    width: 54px;
    transition: none;
}
.product-intro .pic-reduction ul li a.cur {
    border: 2px solid #2980b9;
}

/*联系我们start*/
.contact-us {
    display: block;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.technology-content {
    width: 100%;
    background: #f7f7f7;
    display: inline-block;
}

.technology-content h2 {
    color: #333333;
    font-size: 24px;
    padding: 14px;
    margin-bottom: 0px;
}

.technology-content h3 {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #cccccc;
}

.technology-content .tel {
    font-size: 24px;
    color: #333;
    margin: -10px 0 10px 0px;
    display: block;
}

.technology-content .tel-after {
    font-weight: normal;
    font-size: 18px;
}

.technology-content .tel-ask {
    padding-bottom: 10px;
}

.tel-ask span {
    font-size: 18px;
    color: #333;
    font-weight: 300;
}

.right-nav-title {
    margin-top: -13px;
}
.handle-work{
    border-top:1px solid #cccccc;
    margin-top:26px;
}
.handle-work h2 {
    color: #333333;
    font-size: 24px;
    padding: 14px;
    margin-bottom: 0px;
}

/*办事处*/
.handle-content{
    padding:14px;
    margin-bottom:28px;
}
.handle-content label {
    font-weight: normal;
    margin-right: 20px;
    font-size:16px;
}

.handle-content select {
    width: 30%;
    height: 40px;
    font-size:16px;
}
.contactAddr h2{
    font-size:26px;
    color:#333;
    margin-bottom:14px;
}
.address-content{
    padding:30px 24px 24px 24px;
    background:#f7f7f7;
}
.contactAddr p{
    line-height:30px;
    font-size: 20px;
    color:#333;
}
.address-content .contactAddr p span{
    margin-left:40px;
}
.contactAddr p{
    display: block;
    margin-bottom:2px;
}
/*联系我们end*/
@media (max-width: 768px) {
    .product-intro .col-sm-5 {
        padding-bottom: 90px;
    }
}
/*//product-intro*/

/*product-business-kind*/
.product-advantage{

}

/*product-business-kind*/
.product-business-kind div ul {
    #list-style-type: none;
    margin: 15px 0px 0px 15px ;
    padding: 0;
}
.product-business-kind div ul li {
    margin-bottom: 5px;
    font-size: 15px;
}
.product-business-kind img{
    width: 70%;
}

/*product-router*/
.product-router {
    overflow: auto;
}
.product-router .table table tr td,.product-router .table table tr th {
    padding: 10px 10px 10px 20px !important;
    border: none !important;
    border-right: 1px #ccc solid !important;

}
.product-router .table table tr td:last-child,.product-router .table  table tr th:last-child {
    border-right: none !important;
}
.product-router  .fixtbhead {
    border-bottom: 1px #ccc solid !important;
    position: fixed;
    background-color: #ffffff;
    display: none;
}
.product-router .tr-even-bg {
    background-color: #f5f5f5;
}
.product-router .tr-even-bg {
    background-color: #f5f5f5;
}
.product-router .table p{
    text-indent: 0px;
}
.product-router .table tbody tr td {
    font-size: 15px;
    color: #5e5e5e;
}
.product-router .table tr td:first-child,.product-router .table tr th {
    font-weight: bold;
}
.product-router ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}
.product-router ul li,.product-router ol li,.product-router table ul li {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 24px;
    color: #5e5e5e;
    line-height: 26px;
    font-size: 15px;
    background: url(../images/subpage/pic_point_gray.png) no-repeat 0px 2px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400
}
.product-router h4,h3,p  {
    color: #5e5e5e;
}
/*//product-router*/

/*product-success-case*/
.product-success-case{
    background: #f5f5f5;
}
.product-success-case h3{
    font-size: 18px;
}
.product-success-case p{
    font-size: 16px;
    max-height: 118px;
    overflow: hidden;
    margin-bottom: 0px;
}
.product-success-case a {
    color: #0b0b0b;
    font-size: 20px;
    text-decoration: none;
}

/*cvinfo*/
.cvinfo table.limit-list tbody td label{
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}
.cvinfo-nav {
    #max-width: 200px;
    #padding-bottom: 30px;
}
.cvinfo .cvinfo-nav .nav-active a {
    color: #00a3e9;
    font-weight: 600;
}
.cvinfo-nav-head{
    cursor: pointer;
}
.cvinfo-nav-head a:hover{
    color: #00a3e9;
}
.cvinfo .cvinfo-nav a,.cvinfo .cvinfo-nav div i {
    color: #737373;
    text-decoration: none;
    transition: 0.2s;
}
.cvinfo .col-sm-3{
    min-width: 10px;
}
.cvinfo-nav-title {
    border-bottom: 1px solid #d7d7d7;
    padding: 15px;
    margin-bottom: 10px;
}
.cvinfo-nav-title h2 {
    color: #00a3e9;
    font-size: 23px;
    margin: 0px;
    display: inline;
}
.cvinfo-nav-title a {
    font-size: 13px;
}
.cvinfo-nav-list ul,.cvinfo-list ul {
    list-style-type: none;
    font-size: 17px;
    padding-left: 10px;
}
.cvinfo-nav-list ul li {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 20px;
}
.cvinfo-nav-list ul li:last-child{
    border-bottom:none;
}
.cvinfo-nav-sublist {
    padding-top: 10px;
    font-size: 15px;
    padding-left: 20px;
}
.cvinfo-nav-sublist span{
    padding: 10px 0px;
    display: block;
}
.cvinfo-nav-list div i{
    color: #737373;
    float: right;
    padding-top: 5px;
}
.cvinfo-list {
    padding: 10px 0px;
}
.cvinfo-list ul li {
    padding: 20px 0px;
}
.cvinfo-list h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.cvinfo-list p {
    font-size: 15px;
    margin: 0px;
}
.cvinfo-content {
    padding: 15px 0px 30px 0px;
}
.cvinfo-content h2{
    #color: #00a3e9;
    #font-size: 25px;
}
.cvinfo-content h3{
    #color: #00a3e9;
    font-size: 21px;
}
.cvinfo-content p{
    text-indent: 2em;
    font-size: 17px;
}
.cvinfo-date {
    text-indent: 0px;
    color: #b3b3b3;
    font-size: 10px;
    margin: 5px 0px;
}
.cvinfo .cvinfo-nav li form select,.cvinfo .cvinfo-nav li form input{
    margin-top: 20px;
}
.partners-pic{
    max-width: 160px;
    max-height: 104px;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0px;
}
.partners-pic img {
    width: 100%;
}
.partners-pic img:hover{
    transform: scale(1.05, 1.05);
    transition: .3s transform;
}
.careers-info p{
    font-size: 17px;
    margin: 5px 0px;
    font-weight: 400;
}
.careers-info ul {
    list-style-type: none;
    font-size: 17px;
    padding: 0px;
}
.vision-info {
    margin-top: 20px;
}
.vision-info .col-xs-3 {
    text-align: center;
}
.vision-info i {
    display: inline;
    font-size: 40px;
}
.vision-info h3 {
    display: inline;
}
.cer-pic{
    max-width: 140px;
    max-height: 110px;
    text-align: center;
    margin: 10px 0px;
}
.cer-pic img {
    width: 100%;
}
.cer-pic img:hover{
    transform: scale(1.05, 1.05);
    transition: .3s transform;
}
.cer-pic p {
    text-indent: 0px;
}
.cvinfo-management {

}
.cvinfo-manager {
    padding: 10px;
}
.cvinfo-manager h2 {
    margin-top: 30px;
    font-size: 20px;
    color: #000000;
}
.manager-pic{
    max-width: 150px;
    max-height: 224px;
    text-align: center;
    margin: 10px 0px;
}
.manager img {
    width: 100%;
}

.cvinfo .col-md-6 .panel .table tbody tr td {
    font-size: 17px;
}
.cvinfo ul.nav.nav-pills {
    margin-bottom: 15px;
}
.cvinfo ul.nav.nav-pills li a {
    text-decoration: none;
    font-size: 15px;
}
/*//cvinfo*/

/*cv-case*/
.case-date {

}
.case-content {
    padding-bottom: 30px;
}
.case-content h2 {
    font-size: 25px;
}
.case-content p {
    text-indent: 2em;
}
.case-content img {
    width: 100%;
}
/*//cv-case*/

/*cvinfo-milestone*/
.cvinfo-milestone {background:url("../images/milestone/line4.png") repeat-y 50px 0;overflow:hidden;position:relative;height:100px;margin:20px 10px;width:520px;margin:40px auto 0 auto;}
.milestone-date{overflow:hidden;position:relative;}
.milestone-date h2{background:url("../images/milestone/icon9.png") no-repeat 10px 0;height:87px;margin-bottom:20px;}
.milestone-date h2 span{color:#999999;display:inline-block;font-size:22px;margin:30px 0px 0 110px;}
.milestone-date ul{list-style: none outside none;padding: 0;margin: 0;}
.milestone-date ul li{background:url("../images/milestone/icon7.png") no-repeat 42px 5px;zoom:1;height:70px;}
.milestone-date ul li h3{float:left;text-align:right;font-size:14px;color:#878787;display:block;}
.milestone-date ul li h3 span{display:block;color:#ADADAD;font-size:12px;padding-left:15px;}
.milestone-date ul li dl{margin-top:-5px;}
.milestone-date ul li dl.right{float:left;margin-left:35px;margin-top:-5px;display:block;background-color:#00a3e9;height:40px;width:216px;}
.milestone-date ul li dl span{display:block;font-size:16px;padding:0px 10px 0px 30px;color:#fff;line-height:40px;}
/*/milestone*/

/*contact-us*/
.contact-table {
    margin: 20px 0px;
}
.contact-cell .title {
    height: 60px;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #f2f2f2;
    font-size: 24px;
    color: #333;
    #text-align: center;
    line-height: 60px;
    margin: 0px;
}
.contact-cell .title img {
    max-height: 55px;
    margin-top: -5px;
}
.contact-cell .abox {
    width: 100%;
    height: auto;
    padding: 25px 20px;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.contact-cell .abox p {
    color: #808080;
    font-size: 16px;
    line-height: 26px;
}
.contact-cell .tag {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
}
.m20 {
     margin: 20px 0!important;
 }
.m30 {
    margin: 30px 0!important;
}
.contact-cell .tag label {
    padding: 0 17px 0 8px;
    background: #e6e6e6;
    height: 100%;
    line-height: 30px;
    font-weight: normal;
    margin-right: 10px;
}
.line {
    height: 1px;
    background: #e6e6e6;
    width: 100%;
    overflow: hidden;
}
.contact-cell .list label {
    color: #666;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}
.contact-cell .list ul {
    list-style-type: none;
    padding: 0px;
}
.contact-cell .list ul li {
    line-height: 26px;
    font-size: 16px;
}
.contact-cell .list ul li a {
    text-decoration: none;
}
.f-branch a.company {
    text-decoration: none;
    font-size: 25px;
    margin: 1em 0 0 0;
    color: #5A5A5A;
    font-weight: 600;
}
.f-branch a.branch {
    text-decoration: none;
    font-size: 20px;
    margin: 1em 0 0 0;
    color: #5A5A5A;
    font-weight: 600;
}
.f-branch a.address {
    display: block;
    text-decoration: none;
    font-size: 15px;
    margin: 1em 0 0 0;
    color: #5A5A5A;
    line-height: 1.8em;
    font-weight: 400;
}
.f-branch a.phone {
    display: block;
    text-decoration: none;
    font-size: 15px;
    margin: 1em 0 0 0;
    color: #5A5A5A;
    font-weight: 400;
}
.f-branch input ,.f-branch textarea {
    height: auto;
    font-size: 15px;
}
.f-branch input.btn {
    padding: 0px;
    background: #00a3e9;
}
.contact-branch .passage h3 {
    font-size: 22px;
    color: #333;
    padding-bottom: 5px;
}
.contact-branch .passage p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-bottom: 0px;
}
/*//contact-us*/


/*service*/
.service-content{
    margin: 20px 60px;
}
.service-content > div > h1 {
    text-align: center;
}
.service-content > div > p {
    text-indent: 2em;
}
.service-btn{
    margin-top: 20px;
    margin-bottom: 40px;
}
.service-btn .col-sm-6 {
    padding: 10px 30px;
}
.service-btn .btna {
    cursor: pointer;
    background: #00a3e9;
    text-align: center;
    padding: 10px;
}
.service-btn .btna>a {
    color: #fff;
    text-decoration: none;
}
.service-btn .btna:hover {
    background: #3071a9;
}
/*//service*/

/*product*/
.product{
    margin: 0px 15px;
}
.product-content h1{
    font-size: 30px;
    line-height: 48px;
    color: #000000;
    margin: 0px;
}
.product-content h2{
    margin: 30px 0;
    font-size: 30px;
}
.product-content{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}
.product-content ul {
    list-style: none;
    padding: 0px;
    font-size: 15px;
    line-height: 35px;
}
.product-content ul>li>b{
    color: #777777;
}
.product-content .product-pic img{
    width: 100%;
}
.product-content .product-text h2{
    font-size: 28px;
    line-height: 48px;
    color: #000000;
    margin: 0px;
}
.product-content .product-text p{
    font-size: 14px;
    line-height: 20px;
    color: #767676;
    padding-top: 24px;
    margin: 0px;
}
.product-content .product-text p a{
    text-decoration: none;
}
.product-content .product-text p a:hover{
    color: #1B242F;
}
.product-content .content-table{
    background: #FFF;
    border: 1PX solid #dadada;
    padding: 0px 15px;
    margin-top: 30px;
    #text-align: center;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
}
.product-content .middle{
    margin-left: 10px;
    margin-right: 10px;
}
.product-content .content-table img{
    width: 70px;
    height: auto;
    display: block;
    text-indent: -9999em;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-content .content-table h3{
    text-align: center;
    font-size: 17px;
    color: #4e4e4e;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 10px;
}
.product-content .content-table p{
    list-style: none;
    margin: 15px 10px;
    padding: 0px;
    font-size: 15px;
}
/*//product*/

/* cv-info */
.info-list {
    margin-top: 20px;
    margin-bottom: 60px;
}
.info-list .img{
    text-align: center;
}
.info-list .img img{
    width: 42%;
}
.info-list h2 {
    font-size: 24px;
    line-height: 27px;
    padding-top: 24px;
    color: #000000;
    text-align: center;
}
.info-list .text {
    position: relative;
    height: 90px;
    max-height: 90px;
    overflow: hidden;
    padding-top: 24px;
}
.info-list .text p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.info-list .abtn a {
    text-decoration: none;
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    text-indent: 0.5em;
    padding-top: 24px;
}
/* //cv-info */

/* legal */
.legal{
    margin: 30px 0px;
}
.legal .legal-content h1,.legal .legal-content h2,.legal .legal-content p{
    color: #666;
}
.legal .legal-content h1{
    font-size: 26px;
}
.legal .legal-content h2{
    font-size: 22px;
}
.legal .legal-content p{
    font-size: 16px;
}
/* //legal */

/* extacct-login */
.extacct-login-body{
    margin-bottom: 30px;
}
.extacct-login-body label{
    font-size: 15px;
}
/* //extacct-login */

/* extacct-table */
.table-extacct {
    overflow: auto;
}
.table-extacct thead tr th ,.table-extacct tbody tr td,.table-extacct tbody tr td a {
    font-size: 15px;
}
.table-extacct thead tr th:last-child {
    min-width: 150px;
}
/* //extacct-table */

/* extacct-form */
.form-extacct .form-group label {
    font-size: 17px;
}
/* //extacct-form */

.pagination > li > a, .pagination > li > span{
    padding: 5px 14px;
    font-size: 15px;
}

.btn {
    #text-align: center;
    #display: inline-block;
    #color: #fff !important;
    #background: #00a3e9;
    #border-radius: 5px;
    #height: 38px;
    #width: 185px;
    #line-height: 38px;
    #border: 0;
}

.headline h1{
    margin: 30px 0;
    font-size: 30px;
}

a.btn{
    text-decoration: none;
}
.dropdown-menu a {
    text-decoration: none;
}



.hor-bottom {
    padding-bottom: 35px;
    border-bottom: 1px solid #d7d7d7;
}
.hor-top {
    padding-top: 35px;
    border-top: 1px solid #d7d7d7;
}
.ver-right {
    padding-right: 35px;
    border-right: 1px solid #d7d7d7;
}
.ver-left {
    padding-left: 35px;
     border-left: 1px solid #d7d7d7;
 }

.icon-div {
    margin: 30px 0;
}
.icon{
    color: #2980b9;
    font-size: 50px;
    #display: -moz-inline-stack;
    #display: inline-block;
    zoom: 1;
    display: inline;
}
.icon-headline{
    display: inline;
}
.icon:before {
    color: #2980b9;
}

@media only screen and (max-width: 1024px) {
    #banner ul.banner-list li div.container.banner_con .banner-text{width:330px;}
    .banner_con .link_list{padding:70px 25px}
    .banner_con .banner_else{left:330px;padding-left:45px}
    .first_con{ margin-right:5%}

}

@media only screen and (max-width: 785px) {
    .handle-content span{
        width:100%;
        display: block;
    }
    .handle-content select {
        width: 100%;
        height: 40px;
        font-size:16px;
        margin-top:10px;
    }
    .tel-ask .tel{
        font-size:20px;
    }
    .tel-ask span{
        display: inline-block;
        font-size:18px;
        margin-bottom:-60px;
    }
    .address-content .contactAddr p span{
        display: inline-block;
        margin-left:0;
    }

    .address-content .contactAddr .zip-code{
        display: inline-block;
        width:100%;
        margin-left:0;
    }

    #banner ul.banner-list li div.container.banner_con .banner-text{background:none;width:100%}
    #banner ul.banner-list li div.container.banner_con .banner-text,.banner_con .link_list,.banner_con .banner_else{ position:static;}
    .banner_link_column{float:none;min-width:0;max-width:none;}
    #banner ul.banner-list li.banner-img .container.banner_con{height:auto;padding-bottom:30px;background:#666}

    .banner_con .link_list{padding:30px 0}
    .banner_con .link_list h1{font-size:22px;padding-bottom:15px;margin:0 0 5px}
    .banner_con .banner_else{padding:20px 0;max-width:none;}
}
.cooperation{
    width:500px;margin:0 auto;
}
@media (min-width: 768px) {
    .form-extacct p.extacct-p-inline {
        display: inline;
    }
}
@media (max-width: 540px) {
    .cooperation{
        width:90%;margin:0 auto;
    }
}
@media (max-width: 768px) {
    .cvinfo .input-group.bottom{
        margin-bottom: 20px;
    }
    .cvinfo-nav-title{
        cursor: pointer;
    }
    .cvinfo-nav-title a{
        float: right;
    }

    #banner > a.switchingBtn{
        display:block;
        background-size:80%;
    }
    #banner a.switchingBtn.left {
        left:0px;
    }
    #banner a.switchingBtn.right {
        right:0px;
    }
    #banner ul.banner-list li.banner-img{
        background-size:100% auto !important;
    }
    #banner ul.banner-list li.banner-img .container{
        background:#666666;
        height:300px;
    }
    #banner ul.banner-list li.banner-img div .banner-text{
        background:none;
        width:100%;
        left:0px !important;
    }
    #banner ul.banner-list h2{
        font-size:20px !important;
        line-height:28px !important;
        margin-bottom: 10px;
    }
    #banner ul.banner-list p{
        font-size: 16px;
        line-height: 24px;
    }
    #banner ul.banner-list .text{
        width:100% !important;
        padding: 15px !important;
    }
    #banner ul.banner-list .banner-text ul{
        display:none;
    }
    #banner ul.banner-list li.banner-img a.btn{
        display:none;
        margin:0px auto !important;
        background:none;
        border:1px solid #fff;
    }
    #banner ul.banner-list li.banner-img a.btn:hover{
        background:none;
    }
    #banner.inner-pages .container{
        padding-top:15px;
    }
    #banner.inner-pages ul.banner-list li .container div{
        width:100%;
        padding-top:15px;
    }

    .footer-top .col-sm-7 {
        display: none;
    }
    .footer-top .col-sm-5 {
        width: 100%;
        text-align: center;
    }

    .product-advantage-inner1,.product-advantage-inner2 {
        padding:30px;
        border-bottom: 1px solid #d7d7d7;
    }

    .product-business-kind-inner1,.product-business-kind-inner2,.product-business-kind-inner3 {
        padding:30px;
        border-bottom: 1px solid #d7d7d7;
    }

    .cvinfo .col-sm-3 {
        #display: none;
    }
    .cvinfo .col-sm-9 {
        #width: 100%;
    }
    .cvinfo .cvinfo-nav-list{
        display: none;
    }

    .service-content{
        margin: 20px 0px;
    }

    .join-list .container .row .col:first-child {
        display: none;
    }
    .join-list .container .row .col:last-child {
        display: none;
    }

}