/* 縮小失敗。正在傳回未縮小的內容。
(602,2): run-time error CSS1030: Expected identifier, found '.'
(602,2): run-time error CSS1019: Unexpected token, found '.'
(1241,1): run-time error CSS1019: Unexpected token, found '}'
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,


/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,


/* list elements 列表元素 */

pre
/* text formatting elements 文本格式元素 */

{
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    color: #666666;
    letter-spacing: 0.1em;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #666666;
}

img {
    /*display:block;*/
    border: none;
    outline: none;
}

a:hover {
    color: #2e7ce5;
    text-decoration: none;
}



/*a:link {color:#2e7ce5;text-decoration: none;}
a:visited {color:#666666;text-decoration: none;}
a:active {color:#2e7ce5;text-decoration: none;}*/

hr {
    border-top: 1px solid #ccc;
}

.top {
    width: 100%;
    height: 28px;
    background-color: #f1f2f3;
}

.top_contend {
	padding: 0 15px;
    font-size: 12px;
    width: 1000px;
    margin: 0 auto;
    line-height: 28px;
    overflow: hidden;
}

.top_contend>p {
    float: left;
    font-size: 12px;
}

.top_contend>ul>li {
    list-style: none;
    float: right;
    padding: 0 10px;
}



/*LOGO*/

.main-header {
    padding: 15px 15px;
}

.logo {
    float: left;
}

.main-searchbar {
    float: right;
    padding-top: 20px;
}




/*导航*/

#menu {
    margin-left: -30px;
    color: white;
}

#menu>li>a {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
}

#menu>li>a:hover,
#menu>li>a:focus,
#menu>li>a.active {
    color: #FFFFFF;
    background-color: #4471ac;
}

#menu>li>ul>li>a {
    padding: 5px 15px;
    display: block;
}

.navbar-default {
    background-color: #26518a;
    border-color: #e7e7e7;
}

#menu > li > a {
    /*font-size: 16px;*/
    font-size: 15px;
    color: white;
}

.navbar {
    margin-bottom: 0px;
}



/*轮播*/

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
    margin-top: -20px;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../img/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../img/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    max-width: 100%;
    height: auto;
    display: block;
}



/*news*/

.news {
    margin: 0 auto;
    padding: 30px 0;
}

.news-tab ul {
    list-style-type: none;
}

.news-tab .nav {
    margin-left: 0;
}

.news-tab .nav li {
    background-color: #aaa;
}

.news-tab .nav li a:hover {
    background-color: #777;
}

.news-tab .tab-content {
    padding-top: 10px;
}

.news-tab .tab-content li {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news-tab .tab-content li+li {
    margin-top: 5px;
}

.news-date {
    margin-left: 10px;
}

/*讯光产品*/
.product {
	margin: 0 auto;
    padding: 30px 0;
    background-color: #eee;
    padding-bottom: 30px;
}

.title {
	position: relative;
    margin-bottom: 25px;
    height: 30px;
    font-size: 22px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
}

.title .title-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    width: 95%;
    height: 1px;
    background-color: #aaaaaa;
}

.title .title-text {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -75px;
    width: 130px;
    height: 30px;
    z-index: 2;
    text-align: center;
    background-color: #eee;
}

.company .title-text{
	background: #fff;
}

.product-box {
    display: block;
    margin: 0 auto 15px;
    width: 300px;
    transition: all .4s ease;
}

.product-box:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .5)
}

.product-text {
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: 'arial';
    line-height: 40px;
    background-color: white;
    color: #004ea2;
    cursor: pointer;
    transition: all .4s ease;
}

.product-box:hover .product-text {
    color: white;
    background-color: #4a8bd1;
}



/*公司介绍*/
.company {
    margin: 0 auto;
    padding: 30px 0;
    background-color: #fff;
    padding-bottom: 30px;
}

.news img:hover, .company img:hover {
    -webkit-transform: scale(1.1);
    transition: all 1s ease 0s;
}

.company-title {
    font-size: 24px;
    color: #004EA2;
}

.company .read-all {
    padding: 6px 15px;
    font-size: 15px;
    color: white;
    background-color: #337ab7;
    border-radius: 5px;
}

.company .read-all:hover {
    background-color: #004EA2;
    transition: all .4s ease;
}

/*合作伙伴*/

.client {
	margin: 0 auto;
    padding: 30px 0;
    background-color: #eee;
}


/*footer*/

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #26518a;
    font-size: 14px;
    color: white;
    line-height: 24px;
}

.footer_boottom {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 8px;
    background-color: #0e294c;
    font-size: 12px;
    color: white;
    line-height: 24px;
}
/*common*/
.main{
	background: #fff;
}
.page-about .long-banner {
    background: #069ee9;
}
.page-product .long-banner {
    background: #1b78c6;
}
.page-share .long-banner{
    background: #2d64b6;
}
.page-success .long-banner{
	background: #2c9cf0;
}
.page-discuss .long-banner{
	background: #2c9cf0
}
.page-download .long-banner{
	background: #0e53b2;
}
.page-eepcloud .long-banner{
	background: #1472ee;
}
.page-eephelp .long-banner{
	background: #1b78c6;
}
.page-answer .long-banner{
	background: #001242;
}
.page-answer01 .long-banner{
	background: #001242;
}
.page-eep2017 .long-banner{
	background: #1270ee;
}
.page-wf .long-banner{
	background: #1ba1e0;
}

.page-success .content{
	padding: 10px 0 30px;
}
.page-success .content, .page-success .content{
	background: #eee;
}


.flex-box{
	display: inline-flex;
    flex-wrap: wrap;
    margin: 5px 5px 40px;
    vertical-align: top;
}
.flex-start {
    align-content: flex-start;
}
.space-around{
	justify-content:space-around;
}
.space-center{
	justify-content:center;
}


/*TAB*/
.img-responsive {
    margin: 0 auto;
}

.xun_tab {
    margin-top: 5px;
    border: 1px solid #d2d2d2;
}

.xun_tab-header {
    width: 100%;
    line-height: 50px;
    background-color: rgba(238, 123, 87, 0.9);
    font-size: 22px;
    color: white;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    text-align: center;
}

.xun_tab>ul {
    padding: 0 5px;
}

.xun_tab>ul>li {
    margin: 5px 0;
    list-style-type: none;
    line-height: 44px;
    background-color: #EEEEEE;
    color: #666666;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.xun_tab>ul>li:hover,
.xun_tab>ul>li.active {
    color: #FFFFFF;
    background-color: #999;
}

.xun_tab_one {
    text-align: center;
    height: 75px;
    line-height: 70px;
    width: 100%;
    background-color: rgba(238, 123, 87, 0.9);
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 28px;
    color: white;
    letter-spacing: 0.5;
}


/*公司简介*/

.about_top {
    margin-top: 10px;
    margin-bottom: 30px;
}

.about_top .tab_01_title {
    font-size: 18px;
    color: #004EA2;
}

.tab_01_introduction {
    margin: 10px 0 15px;
    line-height: 2;
    text-indent: 32px;
}


/*核心竞争*/

.hexin hr {
    margin-bottom: 12px;
}

.hexin p {
    font-size: 16px;
    color: #2e7ce5;
    margin-top: 12px;
}

.hexin span {
    font-size: 14px;
    color: #666666;
    float: none;
    margin-top: 4px;
    margin-bottom: 20px;
    display: block;
}


/*服务特色*/

.fuwu img {
    margin-top: 18px;
    float: none;
}


/*讯光产品*/
..product_title{
	background: #fff;
}
.product_title p {
    font-size: 20px;
    color: #004EA2;
    margin-left: 15px;
}

.product_title span {
    float: right;
    margin-top: 8px;
    font-size: 12px;
}

.product_title img {
    float: right;
    margin-top: 11px;
    margin-right: 8px;
}

.product_title {
    margin-top: 10px;
}

.eep {
    margin: 20px 0;
}

.eep p a {
    font-size: 20px;
    color: #ed714a;
}

.eep p a:hover {
    color: #004EA2;
}


/*产品内文 EEPcould*/

.could_title ul{
    margin: 15px auto 20px;
    text-align: center;
}

.could_title>ul>li {
	margin-left: -4px;
	padding: 0 12px;
	display: inline-block;
    list-style: none;
    font-size: 16px;
    line-height: 1;
    border-right: 1px solid #aaa;
}
.could_title>ul>li:first-child{
	border-left: 1px solid #aaa;
}

.could {
    margin-top: 20px;
}

.could p {
    font-size: 18px;
    color: #ED714A;
}

.could span {
    display: block;
    font-size: 14px;
    /*margin-left: 15px;*/
    margin-top: 10px;
    margin-bottom: 20px;
}

.could>div>div {
    font-size: 18px;
    /*margin-left: 30px;*/
    margin-top: 5px;
    color: #003375;
}

.could>div>ul>li {
    list-style: none;
    margin: 5px 0;
}

.could>div>ul>li>a {
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #003375;
}

.could>div>ul>li>a:hover {
    color: red;
}

.could>div>ul {
    margin-left: 30px;
}

.could .row div:nth-child(1) {
    margin-left: -5px;
}


/*产品内文eep2017*/

.eep_2017 {
    width: 70%;
    ;
    margin: 0 auto;
}

.eep_2017 ul {
    margin-right: 40px;
}

.eep_2017 li {
    list-style: none;
}

.eep_2017 li a {
    font-size: 14px;
    color: #666666;
}

.eep_2017 li a:hover {
    font-size: 14px;
    color: #004EA2;
}


/*专刊分享*/
.share_content{
	padding: 10px 0;
	text-align: center;
}
.share-box{
	display: inline-block;
	margin: 10px 5px;
	width: 220px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	overflow: hidden;
}
.share-box:hover{
	background: #ffface;
}
.share-box-img{
	height: 150px;
	padding: 5px;
	overflow: hidden;
}
.share-box-img img{
	max-width: 100%;
	height: 100%;
}

.share_text {
	padding: 10px 5px;
    text-align: center;
    border-top: 1px solid #CCCCCC;
}

.share_text h5{
	margin-bottom: 10px;
	white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.share_text a {
    border: 1px solid #CCCCCC;
    padding: 8px 13px;
}

.share_text:hover a {
    box-sizing: content-box;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    padding: 8px 13px;
    color: white;
}

.share_content .col-md-4 {
    margin-top: 20px;
}


/* 文字盒子效果*/

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #FFFFFF;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #003375;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
    color: white;
    /*border-bottom: 5px solid #ca2733;*/
    box-sizing: border-box;
}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}


/*下载专区*/

.download_content {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
}

.download_content>div>a {
    font-size: 18px;
    color: #2e7ce5;
}

.download_content div:nth-child(2) {
    font-size: 12px;
    color: #dd7455;
}

.download_text {
    font-size: 14px;
    line-height: 1.6;
}


/*讨论专区*/

.discuss_roll {
	margin: 0px auto 10px;
    width: 100%;
    overflow: hidden;
}

.discuss_roll_text {
    overflow: hidden;
    width: 19000px;
}

.discuss_form {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.discuss_form  .form-group{
	margin-right: 15px;
}

.discuss_roll li {
    float: left;
    display: inline;
    padding: 5px 10px;
}

.discuss_topic_top {
    width: 40%;
    background-color: #00479d;
    color: white;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 20px;
}

.discuss_topic {
    border-top: 1px solid #ddd;
    padding: 0;
}

.discuss-tabs{
	padding: 0 15px;
}
.discuss-tabs .nav > li > a{
	padding: 8px 15px;
}
.discuss-tabs .nav-tabs > li.active > a{
	color: #fff;
	background-color: #00479d;
}

.discuss-tabs .tab-content{
	padding-bottom: 10px;
}

.discuss_table {
    padding: 0;
    /*margin-top: 30px;*/
}



.discuss_table td {
    /*white-space: nowrap;*/
    overflow: hidden;
}

.discuss_table th {
    white-space: nowrap;
    overflow: hidden;
}

.tab_01 .pagination {
    margin: 0;
    margin: 0 auto;
}

.tab_01 .pagination span {
    margin: 0;
}


/*讨论专区内文*/

.discuss_nevin_box {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.discuss_nevin_box h5 {
    margin-bottom: 8px;
    color: #0066b3;
}

.discuss_nevin_box p {
    font-size: 14px;
}

.discuss_name {
    color: #00008b;
    margin-left: 30px;
}

.discuss_name:nth-child(1) {
    color: #00008b;
    margin-left: 0px;
}

.discuss_nevin_text {
    margin-top: 15px;
    font-size: 14px;
}

.discuss_attachment {
    display: block;
    margin-top: 10px;
}

.discuss_attachment a {

    width: auto;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #E5E5E5;
}

.discuss_nevin_table {
    margin-top: 20px;
}


/*成功案例*/
.success_modile {
    position: relative;
    margin: 15px;
    box-shadow: 0 3px 15px rgba(0,0,0,.3);
}

.success_modile:hover .success_N {
    display: block;
}

.success_N {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    display: none;
}

.success_N img {
    margin: 0 auto;
}

.success_N h4 {
    font-size: 18px;
    color: white;
    text-align: center;
    margin-top: 50%;
    margin-bottom: 8%;
}

.success_N p {
    font-size: 12px;
    color: white;
    text-align: end;
    margin-right: 10%;
    margin-top: 8%;
}


/*常见问答*/

.in_answer_content {
    margin-top: 25px;
}

.in_answer_content_block{
    list-style: disc;
    counter-reset: count;
}

.in_answer_content_block li{
	float: left;
	margin-left: 20px;
    margin-bottom: 10px;
	padding-right: 10px;
	width: 30%;
}

/*.in_answer_content li:before {
    content: url(../img/answer_bg.png);
    margin-right: 8px;
}*/



/*常见问答-内文*/

.answer_Q {
	margin: 15px 0;
    font-size: 14px;
    color: #2e7ce5;
    display: block;
}

.answer_A {
	display: block;
	margin: 0 auto 10px;
	padding: 6px 12px;
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #efefef;


}


/*EEPHELP*/

.help p a {
    font-size: 20px;
    color: #ed714a;
}

.help {
    margin: 20px 0;
}

.help span {
    display: block;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.help_x {
    margin-top: 20px;
}

.help_x a {
    color: #004ea2;
    font-size: 14px;
}

.pro a {
    color: #ff9800;
    border: 1px solid #E5E5E5;
    padding: 5px;
}

.pro a:hover {
    color: #004EA2;
}
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

@media (max-width: 400) {
	.in_answer_content_block li{
		width: 100%;
	}
}

@media (max-width: 768px) {
    #menu>li>a {
        padding-left: 35px;
    }
    .top_contend {
        width: 100%;
    }
    .top_contend>p {
        display: none;
    }
    .main-header {
        padding: 10px 15px;
    }
    .logo {
        float: none;
        text-align: center;
    }
    .main-searchbar {
        float: none;
        padding-top: 5px;
    }
    .main-searchbar .form-group {
        margin-bottom: 0;
    }

    .company img {
        margin-top: 30px;
    }
    .news-tab {
        margin-top: 10px;
    }
    /*关于讯光*/
    .xun_tab-header {
        line-height: 44px;
        font-size: 16px;
    }
    .xun_tab>ul {
        padding: 0;
    }
    .xun_tab>ul>li {
        float: left;
        margin: 0;
        list-style-type: none;
        width: 25%;
        min-width: 60px;
        line-height: 36px;
        font-size: 12px;
        border: 1px solid #d2d2d2;
        letter-spacing: 0;
    }
    .product_title{
    	text-align: center;
    }
    .in_answer_content_block li{
		width: 45%;
	}
	.in_answer_content a{
		font-size: 12px;
    }
}


/*讯光产品*/

.eep p {
    text-align: center;
}

.share_text {
    display: block;
    margin: 0 auto;
}


}


/*中等尺寸*/
@media (max-width: 998px)and (min-width: 768px) {
    .container {
        width: 100%;
    }

    #menu>li>a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo form {
        float: left;
        margin-left: 20%;
    }

    .top_contend {
        width: 100%;
    }

    .new>div>div:nth-child(2) {
        margin-top: 20px;
    }

    .product_content>div>div {
        width: 312px;
        margin: 0 auto;
    }

    .line {
        width: 38%;
    }
    /*关于讯光*/

    .xun_tab>ul {
        padding: 0;
    }

    .xun_tab>ul>li {
        list-style-type: none;
    }

    .eep p {
        text-align: center;
    }

    .in_answer_content_block li{
		width: 35%;
	}
}
