/*common*/

@charset 'utf-8';
* {
    border: 0;
    margin: 0;
    padding: 0
}

html {
    font-size: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    color: #444;
    font: 80% 'Microsoft YaHei';
    line-height: 2;
    background: url('../images/bg.jpg') #F6F6F6  repeat-x;
}

a {
    color: #03a8b1;
    text-decoration: none;
    outline: 0
}

select {
    padding: 3px;
}

ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    outline: 0;
    border: 0 none;
}

a img,
input {
    transition: all .4s ease-out;
}

pre,
blockquote {
    text-transform: none;
    overflow: hidden;
    background-color: #F8F9FB;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    font-weight: 400;
    font-size: 100%;
}

input,
button,
textarea,
audio,
video {
    padding: 6px 10px;
    border: 1px solid #C5C5C5;
    border-radius: 0;
    vertical-align: middle;
    outline: 0 none;
}

.wrap {
    width: 1000px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
}

.ma {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
    content: '';
    zoom: 1
}

.show {
    display: block;
}

.hide {
    display: none;
}


/*header*/

.top {
    width: 100%;
    background: #2D6097;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}

.welcome {
    width: 400px;
    color: #fff;
}

.platform,
.platform a {
    color: #fff;
    text-align: right;
}

.header .logo {
    display: block;
    width: 500px;
    padding: 23px 0;
}

.header .search {
    width: 400px;
    text-align: right;
    padding-top: 60px;
}

.header .search input[type="text"] {
    width: 300px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    height: 30px;
}

.header .search input[type="submit"] {
    width: 30px;
    height: 30px;
    display: block;
    border: 0 none;
    background: #2D6097 url('../images/Search.png') no-repeat center;
}

.header .search input[type="submit"]:hover {
    cursor: pointer;
}

.nav {
    height: 41px;
    width: 100%;
    position: relative;
}

.nav-up li {
    float: left;
    width: 125px;
    color: #fff;
}

.nav-up li.nav-up-hover a {
    background: url('../images/nav-h.jpg') no-repeat;
    color: #fff;
}

.nav-up li a {
    display: inline-block;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    color: #3b3f4a;
    width: 125px;
    text-align: center;
}

.nav-down {
    position: absolute;
    top: 41px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}

.nav-down .nav-down-menu {
    width: 100%;
    margin: 0;
    background: url('../images/nav-down-bg.png');
    position: absolute;
    top: 0px;
    overflow: hidden;
}

.nav-down-inner {
    margin: auto;
    width: 800px;
    position: relative;
    left: 50%;
    margin-left: -400px;
}

.nav-down-inner {
    padding: 10px 0;
}

.nav-down-inner li {
    float: left;
}

.nav-down-inner li a {
    color: #d7dbe9;
    padding: 0 20px;
}

.nav-down-inner li a:hover {
    color: #fff;
}

#cooperate .nav-down-inner {
    padding-left: 244px;
}

#support .nav-down-inner {
    padding-left: 462px;
}

#jobs .nav-down-inner {
    padding-left: 417px;
}

#contact .nav-down-inner {
    padding-left: 719px;
}


/*banner*/

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
    height: auto;
}

.banner img {
    width: 100%;
    height: 336px;
    display: block;
}

.banner .hd {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -500px;
}

.banner .hd ul {
    text-align: right;
}

.banner .hd li {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    line-height: 16px;
    background: #578fca;
    color: #fff;
    font-size: 12px;
}

.banner .hd li.on {
    background: #0b3661;
}


/*notice*/

.main {
    width: 970px;
    padding: 25px;
    background: #fff;
}

.notice {
    border: 1px solid #ebebea;
    margin-bottom: 20px;
}

.notice .scroll {
    width: 718px;
    float: left;
    padding: 0 15px;
    border-right: 1px solid #ebebea;
    background: #f8f8f8;
}

.notice .scroll .title {
    width: 80px;
    background: url("../images/icon.jpg") left 50% no-repeat;
    padding-left: 20px;
    color: #3b3b3b;
    font-size: 14px;
    float: left;
    height: 40px;
    line-height: 40px;
}

.notice .scroll .info {
    width: 530px;
    background: url("../images/icon2.jpg") left 50% no-repeat;
    padding-left: 21px;
    color: #3b3b3b;
    font-size: 12px;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
}

.notice .info li {
    padding-left: 12px;
    background: url("../images/icon3.png") no-repeat left center;
}

.notice .info .tit {
    color: #333;
    width: 80%;
}

.notice .info .tit:hover {
    text-decoration: underline;
}

.notice .info .time {
    color: #999;
    text-align: right;
    line-height: 40px;
    width: 15%;
}

.notice .scroll .more {
    width: 40px;
    background: url("../images/icon3.png") right 50% no-repeat;
    padding-right: 10px;
    color: #ffb400;
    font-size: 12px;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.notice .enjoy {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    float: left;
}

.jiathis_style {
    margin-top: 11px;
}

.jiathis_style input {
    padding: 0;
}


/*Company start*/

.company {
    width: 970px;
}

.big-title {
    background: url("../images/icon4.jpg") bottom repeat-x;
    height: 30px;
}

.big-title .cn {
    float: left;
    background: url("../images/icon5.jpg") bottom repeat-x;
    text-align: left;
    font-size: 14px;
    color: #3b3b3b;
    height: 30px;
    padding-right: 10px;
}

.big-title .more {
    float: right;
    background: url("../images/icon3.png") right 50% no-repeat;
    text-align: right;
    padding-right: 10px;
    color: #ffb400;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.company .info {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
.company .info li .tit{color:#333; padding-left:12px; background:url("../images/icon3.png") 0 50% no-repeat;font-size:12px;}
.company .info .tt {
    margin: 10px 0;
    width: 100%;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
    color: #226089;
    display: inline-block;
}

.company .info .sit {
    font-size: 12px;
    text-indent: 2em;
    text-align: justify;
}

.about-company {
    width: 220px;
}

.news-company {
    width: 470px;
    margin: 0 30px;
}

.news-company .recom,
.news-company-list li {
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    padding: 10px 15px;
}

.recom-title {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 4px;
    margin-bottom: 8px;
    overflow: hidden;
    line-height: 30px;
}

.recom-title .tit {
    width: 320px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding-left: 12px;
    background: url("../images/icon3.png") 0 50% no-repeat;
}

.news-company .tit:hover {
    text-decoration: underline;
    color: #000;
}

.news-company .time {
    text-align: right;
    width: 80px;
    color: #666;
}

.recom-info {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.recom-info .img {
    padding: 4px;
    border: 1px solid #e6e7e7;
}

.recom-info .img:hover {
    border: 1px solid #F60;
    background: #fff4ce;
}

.recom-info .img img {
    width: 110px;
    height: 70px;
}

.recom-info .smalltext {
    width: 305px;
}

.news-company-list li {
    margin-bottom: 10px;
}

.news-company-list li .tit {
    color: #333;
    padding-left: 12px;
    background: url("../images/icon3.png") 0 50% no-repeat;
    font-size: 12px;
}

.hot-company {
    width: 210px;
}

.hot-company .img {
    padding: 7px;
    border: 1px solid #ebebeb;
}

.hot-company .img:hover {
    border: 1px solid #ccc;
}

.hot-company .img img {
    width: 194px;
    height: 140px;
}


/*project*/

.project {
    border-top: 3px solid #ebebeb;
    margin-top: 35px;
    padding-top: 35px;
    padding-bottom: 20px;
}

.elite {
    width: 220px;
    height: 251px;
    overflow: hidden;
    position: relative;
}

.elite-list {
    margin-top: 10px;
    position: relative;
    min-height: 250px;
}

.elite-list .name {
    margin-bottom: 15px;
    width: 100%;
    color: #333;
    font-weight: 600;
}

.elite-list .name:hover {
    text-decoration: underline;
}

.elite-list .smalltext {
    color: #666;
    line-height: 24px;
    text-indent: 2em;
    font-size: 12px;
}

.elite .arrow {
    width: 28px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

.elite .prev {
    background: url("../images/prev.jpg") no-repeat;
    left: 0;
}

.elite .next {
    background: url("../images/next.jpg") no-repeat;
    left: 30px;
}

.project-show {
    width: 975px;
}

.project-show li {
    margin-right: 30px;
    width: 220px;
}

.project-show .pic {
    margin-bottom: 7px;
}

.project-show img {
    width: 220px;
    height: 220px;
}

.project-show .basic {
    color: #666;
    font-size: 12px;
    line-height: 21px;
}

.project-show .basic span {
    font-weight: 600;
}

.project-show .name a {
    color: #333;
}

.project-show .basic a:hover {
    text-decoration: underline;
}


/*footer*/

.index-footer,
.footer {
    width: 100%;
    padding-top: 15px;
    border-top: 3px solid #2c6096;
    background: #FFF;
}

.index-footer a,
.footer a {
    color: #333;
    font-size: 12px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-wrap {
    padding: 15px 0;
    margin: 0 auto;
}

.footer {
    text-align: center;
}

.index-footer .link {
    width: 630px;
}

.index-footer .title .cn {
    width: 100px;
    float: left;
    height: 24px;
    line-height: 24px;
    color: #3b3b3b;
    font-size: 14px;
}

.index-footer .title .more {
    width: 40px;
    background: url("../images/icon3.png") right 50% no-repeat;
    text-align: right;
    padding-right: 10px;
    color: #ffb400;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

.link-pic {
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}

.link-pic .link-list {
    width: 635px;
}

.link-pic .link-list li {
    width: 122px;
    margin-right: 5px;
}

.link-pic .link-list li a {
    display: block;
    border: 1px solid #e6e6e6;
}

.link-pic .link-list img {
    height: 32px;
    margin: 0px;
    width: 120px;
}

.link-menu {
    margin-top: 10px;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}

.link-menu a {
    margin: 0 5px;
    font-size: 12px;
}

.copyright {
    padding-bottom: 5px;
    margin-left: 5px;
    font-size: 12px;
}

.link-menu a:hover,
.copyright a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.index-footer .footer-contact {
    width: 290px;
}

.index-footer .footer-contact .info {
    margin-top: 10px;
    font-size: 12px;
}


/*ÄÚÒ³*/

.box {
    background: url("../images/bg2.jpg") repeat-y;
}

.left {
    width: 226px;
    float: left;
    background: #f5f5f5;
    text-align: left;
}

.left .title {
    width: 226px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #1A52A1;
    font-size: 20px;
    background: #333f68 url("../images/side1.jpg") no-repeat;
    ;
}

.side-menu {
    margin-top: 3px;
    padding: 0 0 5px;
}

.side-menu li {
    width: 100%;
    background: url("../images/icon7.jpg") bottom repeat-x;
    padding-bottom: 2px;
}

.side-menu li a {
    height: 40px;
    line-height: 40px;
    width: 141px;
    background: url("../images/icon6.png") 75px 50% no-repeat;
    padding-left: 85px;
    color: #333333;
    display: block;
}

.side-menu li a:hover {
    color: #fff;
    font-weight: bold;
    width: 141px;
    background: url("../images/icon3.png") 75px 50% no-repeat #333f68;
}

.right {
    width: 720px;
    background: #fff;
	min-height:400px;
}

.mbx {
    height: 40px;
    line-height: 40px;
    background: url("../images/icon4.jpg") bottom repeat-x;
}

.mbx .name {
    width: 120px;
    float: left;
    font-size: 16px;
    color: #2c6096!important;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background: url("../images/icon5.jpg") bottom repeat-x;
    text-align: center;
}

.mbx .mbx-menu {
    width: 550px;
    text-align: right;
    line-height: 40px;
    font-size: 12px;
    height: 40px;
    overflow: hidden;
}

.mbx .mbx-menu a {
    color: #999;
}

.mbx .mbx-menu a:hover {
    text-decoration: underline;
    color: #333;
}

.text b {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.text p {
    color: #333;
    margin: 20px 0;
    text-indent: 2em;
}

.text img {
    display: block;
    max-width: 720px;
    margin: 20px auto;
}


/*news*/

.list,
.text,
.contact,
.message {
    margin: 15px 0;
}

.list-titinfo li {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.list-titinfo li a {
    color: #000;
    font-size: 12px;
    padding-left: 12px;
    background: url("../images/icon3.png") 0 50% no-repeat;
}

.list-titinfo li a:hover {
    text-decoration: underline;
}

.list-titinfo li .time {
    text-align: right;
    width: 100px;
    color: #666;
}

.page {
    line-height: 40px;
    padding: 10px 0;
    font-size: 12px;
}

.font {
    text-align: right;
    line-height: 30px;
}

.font-btn {
    border: 1px solid #9fa0a0;
    padding: 0 1px;
    margin: 0 2px;
    color: #666;
}

.curFont {
    color: #2c6096;
    border: 1px solid #2c6096;
}

.text-title {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #322725;
    line-height: 30px;
}

.view {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px dashed #666;
}

.view span {
    padding: 0 20px;
    font-size: 12px;
    color: #666;
}

.text-info {
    margin-top: 20px;
    font-size: 13px;
}

.page-text {
    margin-top: 50px;
    font-size: 12px;
}

.page-text {
    padding: 5px 0;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.page-text a {
    color: #333;
    font-weight: normal;
}

.page-text a:hover {
    text-decoration: underline;
}

.type-name {
    margin-top: 10px;
    font-weight: 600;
    color: #000;
}

.type-name a {
    color: #666;
    font-weight: normal;
}

.type-name a:hover {
    text-decoration: underline;
}


/*pic*/

.list-picinfo li {
    border-bottom: #cfd2d4 1px dotted;
    padding-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.list-picinfo ul {
    margin: 0 10px;
}

.list-picinfo li .pic {
    width: 190px;
    margin-right: 10px;
    border: 5px solid #d6d6d6;
}

.list-picinfo li .pic:hover {
    border: 5px solid #3cb9eb;
}

.list-picinfo .pic img {
    width: 190px;
    height: 130px;
}

.list-picinfo li .info {
    width: 490px;
}

.list-picinfo li .title {
    font-size: 16px;
    color: #0068cc;
    margin: 5px 0 10px;
    font-weight: 600;
    text-indent: 1em;
}

.list-picinfo li .title:hover {
    text-decoration: underline;
}

.list-picinfo li .smalltext {
    color: #333;
    text-indent: 2em;
}

.project-say h2 {
    border-bottom: #cfd2d4 1px solid;
    width: 100%;
    padding-left: 12px;
    background: url("../images/icon6.png") no-repeat left center;
    color: #333;
    font-weight: 600;
}

.project-say p {
    color: #000;
}


/*contact*/

.contact p {
    line-height: 2;
    color: #333;
    font-size: 12px;
}


/*message*/

.message p.txt {
    margin: 0 auto;
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
    width: 365px;
}

.message .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.message .name-icon {
    background: #2c6096 url('../images/name.png') no-repeat center center;
}

.message .email-icon {
    background: #2c6096 url('../images/email.png') no-repeat center center;
}

.message .phone-icon {
    background: #2c6096 url('../images/phone.png') no-repeat center center;
}

.message .content-icon {
    background: #2c6096 url('../images/content.png') no-repeat center center;
}

.message input {
    height: 18px;
}

.message textarea {
    min-height: 150px;
    resize: none;
}

.message input[type="text"],
.message textarea {
    padding: 10px;
    color: #333;
    width: 340px;
}

.message input[type="submit"] {
    width: 360px;
    height: 30px;
    color: #fff;
    background: #2c6096;
    cursor: pointer;
}
/*pic show*/
.main_cp_k{ width:214px; float:left; margin:10px 13px; display:inline;}
.main_cp_kk{ width:214px; float:left; margin:10px 13px; display:inline;}
.main_cp_t{ width:214px; height:166px; border:1px solid #CCC;}
.main_cp_tt{ width:214px; height:96px; border:1px solid #CCC;}
.main_cp_tt img{ width:214px; height:90px; float:left;}
.main_cp_t img{ width:214px; height:166px; float:left;}
.main_cp_wzz{ width:214px; float:left; line-height:18px; padding:5px 0 5px 3px; text-align:center;}
.main_cp_wz{ width:214px; float:left; line-height:18px; padding:5px 0 5px 3px; text-align:center;}
.main_cp_wz a{ color:#2D6097;}


.anniu1{width:100%; height:40px;background-color:#2D6097;text-align:center;margin-top:10px;}
.anniu1 a{line-height:40px;font-size:14px; color:#ffffff;}
.anniu2{width:100%; height:40px;background-color:#2D6097;text-align:center;margin-top:10px;}
.anniu2 a{line-height:40px;font-size:14px; color:#ffffff;}
.bd li .tit{color:#333; padding-left:12px; background:url("../images/icon3.png") 0 50% no-repeat;font-size:12px;}
/*ÁôÑÔÑùÊ½*/
.white-pink {
margin-left:auto;
margin-right:auto;
max-width: 500px;
background: #FFF;
padding: 30px 30px 20px 30px;}

.white-pink h1 {
font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 0px 0px 10px 40px;
display: block;
border-bottom: 1px solid #F5F5F5;
margin: -10px -30px 10px -30px;
color: #969696;
}
.white-pink h1>span {
display: block;
font-size: 11px;
color: #C4C2C2;
}
.white-pink label {
display: block;
margin: 0px 0px 5px;
}
.white-pink label>span {
float: left;
width: 20%;
text-align: right;
padding-right: 10px;
margin-top: 10px;
color: #969696;
}
.white-pink input[type="text"], .white-pink input[type="email"], .white-pink textarea,.white-pink select{
color: #555;
width: 70%;
padding: 3px 0px 3px 5px;
margin-top: 2px;
margin-right: 6px;
margin-bottom: 16px;
border: 1px solid #e5e5e5;
background: #fbfbfb;
height: 25px;
line-height:15px;
outline: 0;
-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}
.white-pink textarea{
height:100px;
padding: 5px 0px 0px 5px;
width: 70%;
}
.white-pink .button {
-moz-box-shadow:inset 0px 1px 0px 0px #2D6097;
-webkit-box-shadow:inset 0px 1px 0px 0px #2D6097;
box-shadow:inset 0px 1px 0px 0px #2D6097;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2D6097), color-stop(1, #2D6097) );
background:-moz-linear-gradient( center top, #ff5bb0 5%, #2D6097 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
background-color:#2D6097;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-border-radius:9px;
border:1px solid #2D6097;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
font-style:normal;
height: 40px;
line-height: 30px;
width:100px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #2D6097;
}
.white-pink .button:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2D6097), color-stop(1, #2D6097) );
background:-moz-linear-gradient( center top, #ef027d 5%, #2D6097 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
background-color:#2D6097;
}
.white-pink .button:active {
position:relative;
top:1px;
}
.white-pink select {
background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
appearance:none;
-webkit-appearance:none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
width: 70%;
line-height: 15px;
height: 30px;
}