* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", Microsoft Yahei, "宋体", Arial;
}
body {
    font-size: 14px;
    outline: none;
    background: url('../img/top_bg.jpg') repeat-x top left;
    /*padding-top: 80px;*/
}
ul,li,dt,dd,a,a:hover,a:focus {
    outline: none;
    margin: 0;
    background: none;
    list-style: none;
    text-decoration: none;
    transition: all .3s ease;
}


/* header样式 */
.header {
    width: 100%;
    height: 113px;
    display: block;
    background: #fff;
    /*background: url("../img/nav_bg.png") repeat-x top center;*/
}
.head {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.head .logo {
    display: block;
    /*width: 30%;*/
    float: left;
}
.head .logo img {
    width: 100%;
}
.head .menu {
    width: 80%;
    padding: 10px 0;
    float: right;
    height: 73px;
    text-align: right;
}
.head .menu li {
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    /*float: left;*/
    display: inline-block;
    position: relative;
}

.head .switch-language {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 30px;
    border: 2px solid #fff;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    width: 150px;
    height: 25px;
    line-height: 21px;
}
.head .switch-language a {
    display: inline-block;
    height: 100%;
    float: left;
    color: #000;
    font-size: 12px;
    padding: 0 10px;

}
.head .switch-language a i.icon-china {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/china-icon.png") center center no-repeat;
    background-size: 100% 100%;
    float: left;
    position: relative;
    top: 3px;
    left: -5px;
}
.head .switch-language a i.icon-enlish {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/enlish-icon.png") center center no-repeat;
    background-size: 100% 100%;
    float: left;
    position: relative;
    top: 3px;
    left: -2px;
}
.head .switch-language .right-line {
    border-right: 2px solid #fff;
}
.head .menu li a {
    display: block;
    color: #333;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
}
.head .menu li a:hover,.head .menu li.on a {
    color: #f29111;
}
.head .menu li:hover p.children-nav {
    display: block;
}
.head .menu li:hover a {
    border-bottom: 2px solid #f29111;
}
.head .menu li p.children-nav {
    position: absolute;
    width: 500px;
    padding: 5px 0;
    z-index: 99999;
    display: none;
}
.head .menu li p.children-nav a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    float: left;
    line-height: 20px;
    padding-right: 15px;
    text-decoration: none;
}

/* banner */
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*height: 300px;*/
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet {
    background: #000;
    border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
    background: #2ea6e2;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
/*.banner img{*/
    /*width: 100%;*/
/*}*/

/*.banner {*/
    /*width: 100%;*/
    /*overflow: hidden;*/
/*}*/
/*.banner ul.banner_img {*/
    /*width: 100%;*/
    /*overflow: hidden;*/
/*}*/
/*.banner ul.banner_img li{*/
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*display: none;*/
/*}*/
/*.banner ul.banner_img li img,.banner ul.banner_img li a img {*/
    /*width: 100%;*/
/*}*/
/*.banner ul.banner_img li:first-child {*/
    /*display: block;*/
/*}*/

/* main样式 */
.main {
    width: 100%;
    padding: 20px 0;
    /*background: red;*/
}
.common-bar h4 {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
    font-size: 20px;
}
.common-bar h4.text-center {
    width: 100%;
    text-align: center;
    border: none;
    background: url("../img/line_jin.jpg") right 42% repeat-x;
    margin-top: 50px;
}
.common-bar h4.text-center span {
    height: 50px;
    width: 200px;
    border-radius: 10px;
    background: #0098d7;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    color: #fff;
    border: 5px solid #fff;
}
.common-bar .line {
    width: 100px;
    height: 4px;
    background: blue;
    margin: -4px auto;
}
.main .product .product-list {
    padding: 20px 0;
    overflow: hidden;
}
.product-list .pic-left {
    padding: 20px 0;
    border-bottom: 1px dotted #f1f1f1;
    overflow: hidden;
}
.product-list .last {
    border-bottom: none;
}
.product-list .pic-left .pic {
    position: relative;
    border: 1px solid #f1f1f1;
    width: 50%;
}
.product-list .pic-left .pic .sanjiao {
    position: absolute;
    top: 150px;
    right: -1px;
    z-index: 99;
    width: 30px;
    height: 42px;
    background: url("../img/sanjiao.png") no-repeat center;
}
.product-list .right .pic .sanjiao {
    top: 150px;
    left: -1px;
    transform: rotate(180deg);
    background: url("../img/sanjiao.png") no-repeat center;
}
.product-list .pic-left .pic img {
    width: 100%;
}
.product-list .pic-left .text {
    width: 50%;
    padding-left: 20px;
}
.product-list .right .text {
    padding-left: 0;
    padding-right: 20px;
}
.product-list .pic-left .text h4 {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
}
.product-list .pic-left .text p {
    width: 100%;
    text-align: justify;
    color: #777;
}
.product-list .pic-left .text .btn {
    margin-top: 20px;
    padding: 10px 80px;
    background: #EA5302;
}
.profile {
    padding: 10px 0 40px 0;
    overflow: hidden;
}
.profile .box {
    padding: 20px 0;
    overflow: hidden;
}
.profile .box .left,.profile .box .right {
    width: 50%;
}
.profile .box .left img {
    width: 100%;
}
.profile .box .right {
    padding:20px;
}
.profile .box .right p {
    text-align: justify;
    line-height: 24px;
}

/* 公司简介 */
.page {
    width: 100%;
    /*background: #f1f1f1;*/
    overflow: hidden;
    margin-top: 80px;
}
.common-main {
    width: 100%;
    margin: 20px 0;
    padding: 40px;
    background: #fff;
    min-height: 700px;
}
.common-main h5 {
    padding: 30px 0;
}
.common-main .text-indent {
    text-indent: 2em;
}


/* 资质证明 */
.certificates {
    padding: 30px 0;
    overflow: hidden;
}
.certificates .certificates-item {
    overflow: hidden;
    margin-bottom: 30px;
}
.server .certificates-item dd {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #333;
}
.server .certificates-item:hover dd {
    background: #EA5302 ;
    color: #fff;
    border-color: #EA5302;
}
.certificates .certificates-item dt {
    border: 1px solid #f1f1f1;
    overflow: hidden;
    width: 243px;
    height: 316px;
}
.certificates .certificates-item dt img {
    width: 100%;
    font-size: 12px;
    line-height: 300px;
    text-align: center;
    display: block;
    min-height: 100%;
    color: #999;
}
.certificates .certificates-item dd {
    padding: 10px 0;
    text-align: center;
}
.certificates .product-item {
    overflow: hidden;
}
.certificates .product-item dl {
    width: 243px;
    height: 230px;
    overflow: hidden;
}
.certificates .product-item dt a {
    display: block;
    width: 243px;
    height: 208px;
    overflow: hidden;
}
.certificates .product-item dt a img {
    display: block;
    width: 243px;
    height: 208px;
    font-size: 12px;
    text-align: center;
    line-height: 208px;
    color: #999;
    background: #f8f8f8;
}
.certificates .product-item dd {
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #333;
    height: 35px;
    line-height: 35px;
}
.certificates .product-item:hover dd a{
    background: #EA5302 ;
    color: #fff;
    border-color: #EA5302;
}
.certificates .product-item dd a {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #333;
    display: block;
    text-align: center;
}

/* 联系我们 */
.contact {
    padding: 40px 0;
    overflow: hidden;
}
.contact .left {
    width: 50%;
    float: left;
    background: #EA5302;
}
.contact .left img {
    width: 100%;
}
.contact .right {
    width: 50%;
    float: left;
    padding: 0 20px;
}
.contact .right h4 {
    padding: 0 0 20px 0;
}
.contact .right p {
    color: #666;
}
.contact img {
    max-width: 100%;
}

/* 服务列表 */
.server-list {
    padding: 0 0 40px;
}
.server-list .left a {
    display: block;
    width: 243px;
    height: 169px;
}
.server-list .left a img {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 100%;
}
.server-list .right h3 a {
    color: #333;
    font-size: 20px;
}
.server-list .right h3 a:hover {
    color: #EA5302;
}
.server-list .right p {
    color: #666;
}
.server-list .pic-box {
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
}
.ps {
    width: 100%;
    padding: 0 0 20px;
    overflow: hidden;
}
.ps li {
    float: left;
    color: #666;
}
.ps li a {
    color: #666;
}
.ps li.on a,.ps li:hover a {
    color: #333;
}
.ps li.left-caret {
    padding: 0 10px;
}


/* footer 样式 */
.footer {
    width: 100%;
    background: #323232;
    clear: both;
}
.foot {
    width: 100%;
}
.foot .top {
    padding: 20px 0 10px;
    overflow: hidden;
    color: #ffffff;
    border-bottom: 1px solid #565656;
}
.foot .top .left {
    float: left;
    width: 170px;
    height: 60px;
}
.foot .top .left img {
    width: 100%;
}
.foot .top .right {
    float: right;
    width: 82%;
    overflow: hidden;
}
.foot .top .right li {
    float: right;
    color: #c2c2c2;
    padding: 20px 0 20px 80px;
}
.foot .top .right li.phone {
    width: 420px;
    background: url("../img/phone.png") no-repeat 40px center;
}
.foot .top .right li.fax {
    background: url("../img/fax.png") no-repeat 40px center;
}
.foot .top .right li.email {
    background: url("../img/email.png") no-repeat 40px center;
}
.foot .bottom {
    padding: 30px 0 40px;
    overflow: hidden;
    text-align: center;
    color: #898989;
    margin-bottom: 0;
}
.foot .bottom p {
    margin-bottom: 5px;
}

.pages {
    margin: 20px 0;
    text-align: center;
}
.pages .page-nation {
    display: inline-block;
}
.pages .page-nation span,.page-nation a {
    display: block;
    width: 60px;
    text-align: center;
    height: 40px;
    line-height: 35px;
    float: left;
    margin: 0 8px 0 0;
    background: #fcfcfc;
    border:1px solid #f0f0f0;
    color: #777;
    border-radius: 3px;
    font-size: 16px;
}
.pages .page-nation a {
    background: #f7f7f7;
    color: #777;
    border-color: #dcdcdc;
}
.pages .page-nation span.current,.pages .page-nation a:hover {
    background: #e95303;
    color: #fff;
    border-color: #f63;
}



.product-cate {
    overflow: hidden;
    background: #ffffff;
}
.product-cate ul {
    width: 1140px;
    text-align: center;
    margin: 0 auto;
}
.product-cate ul li {
    display: inline-block;
    padding: 30px 40px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.product-cate ul li.on {
    color : #00aeff;
    /*background: #f8f8f8;*/
}
.product-cate .product-cate-con {
    width: 100%;
    min-height: 500px;
    /*background: #f8f8f8;*/
}
.product-cate-con .product-cate-dl {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    display: none;
}
.product-cate-con .product-cate-dl.on {
    display: block;
}
.product-cate-con .product-cate-dl dl {
    display: block;
    overflow: hidden;
    width: 340px;
    margin: 20px;
    background: #fff;
    /*border:1px solid #f7f7f7;*/
    float: left;
}
.product-cate-con .product-cate-dl dl dt {
    display: block;
    width: 340px;
    height: 255px;
}
.product-cate-con .product-cate-dl dl dt img {
    display: block;
    width: 340px;
    height: 255px;
    font-size: 12px;
    line-height: 255px;
    text-align: center;
    color: #999;
    border: none;
}
.product-cate-con .product-cate-dl dl dd {
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*border-top: 1px solid #f8f8f8;*/
}
.product-cate-con .product-cate-dl dl dd a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666;
}


.company {
    overflow: hidden;
    padding: 20px 0;
    background: #2ea6e2;
}
.company .company_profile {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 300px;
    position: relative;
}
.company .company_profile h2 {
    color: #fff;
    letter-spacing: 2px;
    height: 60px;
}
.company .company_profile dl {
    overflow: hidden;
}
.company .company_profile dl dt {
    float: right;
    width: 550px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
}
.company .company_profile dl dt img {
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #fff;
    display: block;
}
.company .company_profile dl dd {
    width: 550px;
    float: left;
    line-height: 25px;
    text-indent: 30px;
    color: #fff;
}
.company .company_profile dl dd a {
    display: block;
    height: 35px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 20px;
}

.product-content img {
    max-width: 1090px;
}
.carousel-indicators .active {
    background: #2ea6e2;
}
.carousel .carousel-indicators {
    overflow: hidden;
}
.carousel .carousel-inner .item {
    overflow: hidden;
    height: 100%;
}
.carousel .carousel-inner .item img {
    display: block;
    width: 1980px;
    height: 1100px;
}
