/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #666;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}



button {
    outline: 0;
}

img {
    border: 0;
}
.clear{clear:both}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}



.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.aui-header-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
    background-color: #000\9;
    transition: all 0.6s ease-out;
}

.aui-header-title {
    width: 1200px;
    margin: 0 auto;
}

.aui-header-title .aui-title {
    float: left;
    margin-left: 10px;
}

.aui-header-title a {
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
    line-height: 28px;
}

.aui-header-title .navList {
    float: right;
    margin-right: 10px;
}

.aui-header-title .navList li:first-child {
    margin-left: 0;
}

.aui-header-title .navList li {
    float: left;
    margin-left: 66px;
}

.aui-header-title a {
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
    line-height: 28px;
}

.aui-header-title .navList li a {
    font-size: 12px;
}

.aui-header-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    z-index: 999;
    transition: all 0.45s ease-in-out;
}

.aui-header-nav.moveDown {
    top: 10px;
    transition: all 0.45s ease-in-out;
}

.aui-header-nav .wrapper {
    position: relative;
    width:100%;
    /* padding: 0 10px; */
    height: 60px;
    margin: 0 auto;
}

.aui-header-nav .aui-logo {
    width: 180px;
    height: 40px;
    background: url(../images/logo.png) no-repeat;
    background: url(../images/logo.png) no-repeat\9;
    background-size: 180px auto;
}

.aui-header-nav .wrapper .aui-logo {
    position: relative;
    top: 11px;
	margin-left:30px;
}

.aui-header-nav.solid .aui-logo {
    background: url(../images/icon-blue.png) no-repeat;
    background: url(../images/icon-blue.png) no-repeat\9;
    background-size: 180px auto;
}

.aui-header-nav .aui-logo h1 {
    text-indent: -99999px;
}

.aui-header-nav .wrapper .aui-top-nav {
    position: absolute;
    right: 20px;
    top: 0;
}

.aui-top-nav .menu {
    -webkit-user-select: none;
    user-select: none;
    margin-top: 4px;
}

.aui-top-nav .menu >li {
    float: left;
    height: 55px;
}

.aui-top-nav .menu >li >a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1; padding: 0 10px;
    height: 55px;
    font-size: 14px;
    line-height: 55px;
    color: #b9b9b9;
    border-bottom: 2px solid transparent;
    border-bottom: 0 \9;
    background-color: rgba(0,0,0,0);
}

.aui-header-nav.solid .aui-top-nav .menu >li >a {
    color: #383838;
}

.aui-top-nav .menu >li .panel {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    height: 120px;
    padding-top: 0;
    filter: alpha(opacity = 0) \9;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: -1;
    visibility: hidden;
    visibility: visible\9;
    display: none\9;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

.aui-top-nav .menu >li .panel.product {
    height: auto;
}

.aui-top-nav .menu >li .panel .inner {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1; width: 1180px;
    padding: 28px 0 37px 0;
    box-shadow: none;
    overflow: hidden;
    text-align: center;
}

.aui-top-nav .menu >li .panel .list {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1; /* float: left; */
}

.aui-top-nav .menu >li .panel.product .list {
    box-sizing: border-box;
    display: block;
    height: 60px;
    text-align: left;
    margin-left: 295px;
    margin-top: 30px;
}

.aui-top-nav .menu >li .panel.product .list dt {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1; width: 90px;
    vertical-align: middle;
    font-size: 16px;
    color: #373d40;
    line-height: 60px;
    margin-right: -20px;
}

.aui-header-nav.solid .aui-top-nav .menu >li .panel .list dt {
    color: #7d8496;
}

.aui-top-nav .menu >li .panel .list dd {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1; margin-left: 80px;
    text-align: center;
    vertical-align: top;
}

.aui-top-nav .menu >li .panel .list a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #383838;
    font-weight: 400;
    text-align: center;
}

.aui-header-nav.solid .aui-top-nav .menu >li .panel .list a {
    color: #383838;
}

.aui-top-nav .u-iconfont {
    font-size: 32px;
    line-height: 33px;
    color: #383838;
}

.aui-top-nav .menu >li .panel .list dd em {
    font-weight: 400;
}

.aui-top-nav .menu >li .panel .list dd .txt {
    display: block;
    margin-top: 8px;
    font-style: normal;
}

.aui-header-nav a, a:hover {
    color: #e9e9e9;
}

.aui-header-top.moveUp {
    top: -29px;
    transition: all 0.5s ease-out;
}

.aui-header-nav.solid {
    background-color: #fff;
    background-color: #fff\9;
    border-bottom: 1px solid #f0f1f2;
    transition: all 0.5s ease-in-out;
}

.aui-header-nav .wrapper .m-login {
    position: absolute;
    right: 10px;
    top: 16px;
}

.u-btn {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1; padding: 7px 15px;
    background-color: #49a0f5;
    border: 1px solid #49a0f5;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}

.m-login .u-btn {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1; padding: 7px 15px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: top;
}

.m-login .sign {
    transition: all 0.4s ease-out;
}

.u-btn.sign {
    padding: 7px 15px;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
}

.m-login .u-btn.sign {
    margin-right: 12px;
}

.aui-header-nav.solid .m-login .u-btn {
    transition: all 0.4s ease-out;
}

.aui-header-nav.solid .m-login .sign {
    background-color: transparent;
    border: 1px solid #505050;
    color: #383838;
    transition: all 0.4s ease-out;
}

.aui-header-nav.solid .m-login .free {
    background-color: #49a0f5;
    border: 1px solid #49a0f5;
    color: #fff;
    transition: all 0.4s ease-out;
}

.m-login .u-btn {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1; padding: 7px 15px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: top;
}

.u-btn.free {
    padding: 7px 15px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #383838;
}

.m-login .u-btn.free {
    margin-left: 0;
}

.aui-header-nav.solid .m-login .u-btn {
    transition: all 0.4s ease-out;
}

.aui-header-nav.moveDown {
    top: 10px;
    transition: all 0.45s ease-in-out;
}

.aui-top-nav .menu >li:hover .panel {
    filter: alpha(opacity = 100) \9;
    opacity: 1;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: 1;
    visibility: visible;
    display: block\9;
}

.aui-top-nav .menu >li >a:hover {
    color: #e9e9e9;
    border-color: #e9e9e9;
    border-bottom: 2px solid #e9e9e9\9;
}

.aui-top-nav .menu >li .panel .list dd .txt:hover {
    color: #3b8fea;
}

.icon-font {
    width: 30px;
    height: 30px;
    background-size: 30px;
    display: block;
    margin: 0 auto;
}

.icon-font-item001 {
    background: url("../images/icon001.png") no-repeat;
    background-size: 30px;
}

.icon-font-item002 {
    background: url("../images/icon002.png") no-repeat;
    background-size: 30px;
}

.icon-font-item003 {
    background: url("../images/icon003.png") no-repeat;
    background-size: 30px;
}

.icon-font-item004 {
    background: url("../images/icon004.png") no-repeat;
    background-size: 30px;
}

.icon-font-item005 {
    background: url("../images/icon005.png") no-repeat;
    background-size: 30px;
}

.icon-font-item006 {
    background: url("../images/icon006.png") no-repeat;
    background-size: 30px;
}

.icon-font-item007 {
    background: url("../images/icon007.png") no-repeat;
    background-size: 30px;
}

.aui-top-nav .menu >li .panel .list a:hover .icon-font {
    width: 30px;
    height: 30px;
    background-size: 30px;
    display: block;
    margin: 0 auto;
}

.aui-top-nav .menu >li .panel .list a:hover .icon-font-item001 {
    background: url("../images/icon001-1.png") no-repeat;
    background-size: 30px;
}

.aui-top-nav .menu >li .panel .list a:hover .icon-font-item002 {
    background: url("../images/icon002-2.png") no-repeat;
    background-size: 30px;
}

.aui-top-nav .menu >li .panel .list a:hover .icon-font-item003 {
    background: url("../images/icon003-3.png") no-repeat;
    background-size: 30px;
}

.aui-top-nav .menu >li .panel .list a:hover .icon-font-item004 {
    background: url("../images/icon004-4.png") no-repeat;
    background-size: 30px;
}

.aui-top-nav .menu >li .panel .list a:hover .icon-font-item005 {
    background: url("../images/icon005-5.png") no-repeat;
    background-size: 30px;
}

.aui-top-nav .menu >li .panel .list a:hover .icon-font-item006 {
    background: url("../images/icon006-6.png") no-repeat;
    background-size: 30px;
}

.aui-top-nav .menu >li .panel .list a:hover .icon-font-item007 {
    background: url("../images/icon007-7.png") no-repeat;
    background-size: 30px;
}

.aui-top-nav .menu >li .panel .list a:hover .txt {
    color: #3b8fea;
}

.solid .aui-top-nav .menu >li .panel {
    top: 61px;
}

.aui-banner-slide {
    position: relative;
    min-width: 1000px;
    background-color: #081238;
}

.aui-banner-main {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    height: 380px;
}

.aui-banner-wrapper {
    position: relative;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.aui-banner-button {
    z-index: 1002;
    margin-top: 15px;
    position: absolute;
    top:35%; text-align:center; color:#f4f4f4; width:100%; line-height:40px; font-weight:normal;letter-spacing:3px;
	font-size:16px;
}
.aui-banner-button p{ height:65px;}
.aui-banner-button p img{ width:334px; height:47px; margin:0px auto;}

.aui-banner-button a {
    padding: 11px 43px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 2px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.3;
    color: #383838;
    color: #fff;
    background-color: #488bff;
    border-color: #488bff;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1; border: 1px solid #49a0f5;
}

.aui-banner-button a:hover {
    color: #fff;
    border-color: #3981ff;
    background-color: #3981ff;
}

.aui-banner-button .aui-btn-wh {
    color: #fff;
    background-color: rgba(255,255,255,0);
    margin-left: 20px;
    padding: 11px 43px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.aui-banner-button .aui-btn-wh:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
}

.aui-banner-news {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.1);
    background-color: #6F6E78\9;
}

.aui-banner-news-box {
    width: 1180px;
    margin: 0 auto;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
}

.aui-banner-news-box ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
}

.aui-banner-news-box ul li {
    box-sizing: border-box;
    display: table-cell;
    padding: 27px 54px 27px 40px;
    text-align: left;
    color: #fff;
    border-left: 1px solid rgba(255,255,255,0.2);
    width: 320px;
}

.aui-banner-news-box ul li:first-child {
    border-left: 0;
}

.aui-banner-news-box ul li a {
    font-size: 14px;
    line-height: 35px;
    color: #fff;
}

.aui-bar-pic {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    text-align: center;
}

.aui-bar-pic img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}

.aui-bar-title {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.aui-bar-text {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.aui-banner-news-box ul li:hover {
    background-color: rgba(255,255,255,0.05);
}

.aui-banner-wrapper ul li img {
    width: 100%;
    height: 380px;
    display: block;
    border: none;
}

.aui-banner-wrapper ul li {
    position: relative;
}

.aui-banner-circle ul li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1; width: 6px;
    height: 6px;
    background: url(../images/icon-q1.png) no-repeat;
    background: url(../images/icon-q1.png) no-repeat\9;
    background-size: 6px 6px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
}

.aui-banner-circle ul .on {
    width: 24px;
    height: 6px;
    background: url(../images/icon-q2.png) no-repeat;
    background: url(../images/icon-q2.png) no-repeat\9;
    background-size: 24px 6px;
}

.aui-banner-circle {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1; width: auto;
    bottom:50px;
    padding: 5px 13px;
    padding-bottom: 3px;
    border-radius: 16px;
    text-align: center;
}

.aui-banner-button-mo {
    width: 180px;
    left: 50%;
    margin-left: -90px;
}

.mf_dqwz{ color:#a8a8a8; font-size:14px; width:100%; background-color:#f1f1f1; line-height:30px; text-indent:25px;}
.mf_dqwz a{ color:#a8a8a8; }
.mf_dqwz a:hover{ color:#909090;}

.mf_footer{ margin-top:30px; width:100%; line-height:26px;  font-size:14px; background-color:#333333; padding:10px 0px;}
.mf_footer_m{ width:90%; max-width:1200px; margin:0px auto; color:#CCCCCC;}



.cp_page{ line-height:40px; padding-top:30px; margin-top:40px; border-top:1px solid #c1c1c1; font-size:14px;}

.nei_main{ width:1200px; margin:30px auto 0px auto; padding-bottom:20px;}
.work_xiangqing{ width:900px; float:left; border:1px solid #D0D0D0; padding-bottom:15px;}
.work_xiangqing img{ display:inline; max-width:90%; margin:10px auto 0px auto;}


.work_xiangqing_r{ width:250px; float:right;}
.work_xiangqing_r ul{ height:60px;}
.work_xiangqing_r li{ float:left; width:33px; height:33px;text-indent:-9999px; line-height:0;
font-size:0;
overflow:hidden; background-color:#929295;}
.shang{ width:33px; background:url(../images/zuo1.jpg) no-repeat center top;}
.shang a{text-indent:-9999px; display:block; background:url(../images/zuo1.jpg) no-repeat center top; width:33px; height:33px;}
.shang a:hover{background:url(../images/zuo2.jpg) no-repeat center top;}

.lie{ width:33px; margin-left:10px; display:inline; background:url(../images/zhong1.jpg) no-repeat center top;}
.lie a{ text-indent:-9999px; display:block; background:url(../images/zhong1.jpg) no-repeat center top; width:33px;  height:33px;  }
.lie a:hover{background:url(../images/zhong2.jpg) no-repeat center top;}

.xia{ width:33px; margin-left:10px; display:inline;}
.xia a{ text-indent:-9999px; display:block; background:url(../images/you1.jpg) no-repeat center top; width:33px;  height:33px;  }
.xia a:hover{background:url(../images/you2.jpg) no-repeat center top;}

.work_xiangqing_r h2{ line-height:36px;}
.work_xiangqing_r h3{ font-size:13px; color:#999999; font-weight:normal; line-height:26px;}

.work_xiangqing_r p{ margin-top:20px; line-height:24px; font-size:13px;}



.news_con{ width:1100px; max-width:96%; margin:30px auto 0px auto;}
.newslist{ width:800px; float:left;}
.news_con_r{ width:270px; float:right;}

.item_img{ width:200px; float:left; margin-left:10px; margin-top:10px;}

.newslist .item{background-color:#fff; width:100%; -webkit-transition: all .5s ease; transition: all .5s ease; float:left; margin-bottom:2.8%; margin-right:1.5%; border:1px solid #dadada;}

.newslist .item:hover,.newslist .hottou .hotbox:hover{box-shadow: 0 17px 50px 0 rgba(0,0,0,.19); transform: translate3d(0,-2px,0); transition: all .3s cubic-bezier(.55,0,.1,1);}
.newslist .item .pic{width:100%; overflow:hidden; background-color:#eee; background-image:url(../images/loading.gif); background-position:center center; background-repeat:no-repeat;}
.newslist .item .pic img{width:100%; display:block; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newslist .item .tmain{padding:8px 10px 20px 0px; width:580px; float:right;}
.newslist .item .tmain .time{display:block; font-size:14px; color:#999; line-height:25px; padding-left:25px; background-image:url(../images/time.png); background-position:left center; background-repeat:no-repeat;}
.newslist .item .tmain .title{font-size:18px; color:#333; margin:8px 0px; height:24px; font-weight:600;}
.newslist .item .tmain p{font-size:14px; color:#999; height:44px; overflow:hidden; margin-bottom:10px; line-height:22px;}
.newslist .item .tmain .more{display:inline-block; font-size:14px; color:#ab0000; border-bottom:1px solid #c6c6c6;}
.newslist .hottou .item{margin-right:0; margin-left:1.5%;}
.newslist .hottou .hotbox{width:49%; height:100%; max-width:862px; max-height:479px; float:left; position:relative; background-color:#000; overflow:hidden;}
.newslist .hottou .hotbox img{width:100%; display:block; position:absolute; left:0; top:50%; z-index:20; 
-webkit-transform: translateX(0) translateY(-50%);
   -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
     -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
}
.newslist .hottou .hotbox .bg{width:100%; height:100%; position:relative; background-color:#000;}
.newslist .hottou .hotbox .title{position:absolute; left:4%; bottom:6%; width:92%; z-index:30;}
.newslist .hottou .hotbox .title i{font-size:14px; color:#fff;}
.newslist .hottou .hotbox .title h2{font-size:30px; color:#fff;}
.newslist .hottou .hotbox .title .more{display:inline-block; font-size:14px; color:#fff; border-bottom:1px solid #c6c6c6;}
.newslist .hotbom{padding-bottom:0px;}
.newslist .hotbom .item:nth-of-type(4n){margin-right:0;}

.news_con_r h2{ font-size:22px; font-weight:500;}
.news_con_r li a{font-size:16px;}
.news_con_r li a:hover{ color:#990000; font-size:16px;}
.news_con_r1{ padding-bottom:30px;}
.news_con_r1 li{ width:100%; font-size:16px; line-height:28px; border-bottom:1px dashed #c1c1c1; clear:both; margin-top:15px; height:85px;}
.news_con_r1 li img{ width:100px; height:75px; float:left; margin-right:10px;}
.news_con_r2 li{ width:100%; font-size:16px; line-height:28px; border-bottom:1px dashed #c1c1c1; clear:both; margin-top:15px; height:28px;}

.news_con_con{ width:800px; float:left; border:1px solid #c1c1c1;  line-height:26px; font-size:14px;}
.news_con_con h2{ text-align:center; line-height:52px; font-weight:normal; background-color:#e5e5e5; width:100%; padding-top:10px; color:#333;}
.news_con_con h3{ font-weight:normal; font-size:15px; line-height:40px; border-bottom:1px solid #D4D4D4; text-align:center; color:#999;}

.xwneirong{ width:94%; margin:30px auto 0px auto;}
.page_f{ line-height:28px; width:94%; margin:30px auto 0px auto; border-top:1px solid #D4D4D4; padding:5px 0px;}
.page_f a:hover{color:#990000;}



#side{ width:100%; margin-top:0px; height:70px; }
#side ul{ width:100%; max-width:800px; margin:0px auto; height:70px;}
#side li{ width:200px; float:left; font-size:15px;}
#side li a{display:block; width:96%; height:45px; line-height:45px; border-radius:5px; border:1px solid #D4D4D4; text-align:center;}
#side li a:hover{ background-color:#990000; color:#fff;}
.navon1{  width:96%; }
.navon1 a{display:block; background-color:#990000; color:#fff; height:45px; line-height:40px;}