﻿@charset "utf-8";
.container {position:relative;margin:auto;width:1200px;overflow:hidden;}
/* flexslider */
.flexslider{position:relative;height:200px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;min-width:1200px;width:100%;}
.slides{position:relative;z-index:1;}
.slides li{height:200px;}
/*nshow*/
.mod_main{width:1200px;float:right;background-color:white;padding:0 0 45px 0;_width:1200px}
.mod_main .mod_title{padding:10px 0px;border-bottom:1px solid #bbc9d3; position: relative;}
.mod_main .mod_title h1{font-size:18px;font-family:"Microsoft Yahei";color:#404a58;text-align:center;}
.mod_main .mod_title h5{font-size:12px;color:#999;text-align:center;margin-top:5px;}
.mod_main .mod_title h5 span{color:#0086cd}
.mod_main .mod_title div{font-size:14px;color:#444;text-align:left;margin-top:10px;text-indent:2em;line-height:26px; font-family:"宋体"}
.mod_main .mod_title div span{color:#0086cd}
.mod_main .mod_content .mod_profile{overflow:hidden;padding-top:40px}
.mod_main .mod_content .mod_profile .profile_main{margin:0 auto;}
.mod_main .mod_content .mod_profile .profile_main .profile_item{width:1200px;float:left;margin-right:00px}
.mod_main .mod_content .mod_profile .profile_main .profile_item .content{font-size:16px;color:#444;line-height:200%}
.mod_main .mod_content .mod_profile .profile_main .profile_item .content strong{font-size:20px;}
.mod_main .mod_content{padding-left:00px;padding-right:00px;text-align:justify}
.mod_main .mod_content p{width:1200px;overflow:auto;}

.customer {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
    _width: 1200px;
}
    .customer .customertitle {
       
        padding-top: 30px;
        text-align: center;
        clear: both;
        font-size: 28px;
        line-height: 88px;
        margin: 0 auto;
        font-family: "微软雅黑";
        color: #535353;
        -webkit-text-size-adjust: none;
        /* height: 100px; */
        overflow: hidden;
    }
        .customer .customertitle .ctitle {
            font-weight: bold;
            display: inline-block;
            _display: inline;
            *display: inline;
        }
        .customer .customertitle .cen {
            color: #0086cd;
            display: inline-block;
            _display: inline;
            *display: inline;
        }



/*-联系我们-*/
.week_container {
    margin: 0 auto;
    padding: 0 0px;
    max-width: 1200px;
    min-width: 1200px;
}

.week_contact {
    width: 100%;
    min-width: 1200px;
}

.contact-ways {
    overflow: hidden;
}

    .contact-ways li {
        float: left;
        width: 398px;
        height: 420px;
        border-left: 1px solid #E9E9E9;
    }

        .contact-ways li:last-child {
            border-right: 1px solid #E9E9E9;
        }

        .contact-ways li a, .contact-ways li a:hover {
            display: block;
            padding: 100px 0;
            text-align: center;
            text-decoration: none;
        }

        .contact-ways li h4 {
            font-size: 16px;
            color: #666;
            /*line-height: 30px;*/
            margin: 0;
            font-weight: 100;
            padding-bottom: 14px;
        }

        .contact-ways li p.cway-txt {
            font-size: 30px;
            /*line-height: 50px;*/
            color: #121212;
        }

        .contact-ways li:hover p.cway-txt {
            color: #0086cd;
        }

        .contact-ways li a i {
            margin: 0 auto 18px;
            display: block;
            width: 128px;
            height: 128px;
            background-color: #f8f8f8;
            border-radius: 64px;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
        }

        .contact-ways li a:hover i {
            background-color: #0086cd;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
        }

        .contact-ways li a i.i-phone {
            background-image: url(../images/icon_phone.png);
            background-size: 128px;
            background-repeat: no-repeat;
            background-position: 0 0;
        }

        .contact-ways li a:hover i.i-phone {
            background-position: 0 -128px;
        }

        .contact-ways li a i.i-qq {
            background-image: url(../images/icon_qq.png);
            background-size: 128px;
            background-repeat: no-repeat;
            background-position: 0 0;
        }

        .contact-ways li a:hover i.i-qq {
            background-position: 0 -128px;
        }

        .contact-ways li a i.i-mail {
            background-image: url(../images/icon_mail.png);
            background-size: 128px;
            background-repeat: no-repeat;
            background-position: 0 0;
        }

        .contact-ways li a:hover i.i-mail {
            background-position: 0 -128px;
        }
