* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "微软雅黑";
}

.container {
    width: 1200px;
    margin: 0 auto;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

i {
    font-style: normal;
}

/********************************************** common *********************************************************/
/*title*/
.title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #444444;
    color: #999999;
    font-size: 14px;
}

.title-left {
    float: left;
}

.title-right {
    float: right;
}

.title-language {
    position: relative;
    display: inline-block;
    width: 95px;
    height: 40px;
    padding-right: 25px;
    text-align: center;
    margin-left: 10px;
    background-color: #dadada;
    color: #333333;
    cursor: pointer;
}

.title-language-text {
    position: relative;
}

.title-language-option {
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 0;
    width: 120px;
    height: 0px;
    background-color: #444444;
    color: #999999;
    z-index: 99;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}

.title-language-option li,.title-language-option li a{
    display: inline-block;
    width: 100%;
    line-height: 40px;
    color: #999999;
}

.title-language-option li:hover a{
    background-color: #dadada;
    color: #333333;
}

.title-language-text:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -25px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #333333 transparent transparent transparent;
}

/*menu*/
.menu {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #fff;
}

.menu-logo {
    display: inline-block;
    float: left;
    width: 112px;
    height: 150px;
}

.menu-logo img {
    margin-top: 12px;
}

nav {
    width: 600px;
    float: right;
}

nav ul li {
    position: relative;
    float: right;
    width: 80px;
    height: 150px;
    margin-left: 20px;
    text-align: center;
    line-height: 150px;
}

nav ul li > a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

nav ul li.active {
    background: url(../image/conmon/nav_back.png) no-repeat center;
}

nav ul li.active > a, nav ul li.active:hover > a {
    color: #FFFFFF;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
}

nav ul li > a {
    font-size: 16px;
    color: #333333;
}

nav ul li:hover > a {
    color: #069ade;
}

nav ul li > div {
    min-width: 160px;
    background: #00a0e9;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    position: absolute;
    z-index: 9;
    left: 0;
    top: 135px;
    display: none;
    transition: top .35s;
}

nav ul>li div:before {
    position: absolute;
    left: 38px;
    top: -6px;
    font-size: 0;
    width: 0;
    height: 0;
    opacity: 1;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #00a0e9;
    content: '';
    display: block;
    transition: all .18s;
}

nav ul > li:hover div:before {
    opacity: 1;
}

nav ul > li:last-child div:before {
    content: '';
    border: none;
}

nav ul li > div a {
    display: block;
    height: 45px;
    line-height: 44px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .8);
    padding: 0 50px 0 20px;
    font-size: 13px;
    transition: all .35s;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

nav ul li:hover div {
    display: block;

}

nav ul > li > div > a:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../image/conmon/arrow_6.png) no-repeat center center;
    right: 35px;
    top: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .5s;
}

nav ul > li > div > a:last-child {
    border-bottom: 0px none;
}

nav ul > li > div > a:hover {
    background: #05abf7;
    color: rgba(255, 255, 255, 1);
}

nav ul > li > div > a:hover:after {
    right: 20px;
    filter: alpha(opacity=60);
    opacity: .6;
}

nav ul > li > div > a:last-child:hover {
    border-bottom: 0px none;
}

/*nav_conter*/
.nav_conter {
    position: absolute;
    height: 0;
    top: 150px;
    width: 100%;
    background-color: #0194d9;
    overflow: hidden;
    opacity: 0.9;
    z-index: 99;
}

.nav_conter dl {
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: 45px;
    float: left;
    min-width: 150px;
}

.nav_conter dl dt {
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
}

.nav_conter dl dt a {
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
}

.nav_conter dl dd {
    display: block;
    /*margin-top: 20px;*/
}

.nav_conter dl dd a {
    padding-top: 20px;
    font-size: 14px;
    max-width: 105px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    color: #FFFFFF;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.nav_conter dl dd:hover a {
    border-color: #FFFFFF
}

.nav_conter dl dd img {
    position: absolute;
    top: 75px;
    right: 0;
    display: inline-block;
    display: none;
    -webkit-transition: display 0.3s;
    -moz-transition: display 0.3s;
    -ms-transition: display 0.3s;
    -o-transition: display 0.3s;
    transition: display 0.3s;
}

.nav_conter dl dd:hover img, .nav_conter dl dd.active img {
    display: block;
}

.nav_conter dl.nav_pro {
    min-width: 350px;
}

/*common_banner*/
.common_banner {
    overflow: hidden;
    width: 100%;
}

.common_banner img {
    width: 100%;
}

/*footer*/
.footer {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    /*height: 310px;*/
    background-color: #444444;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer_conter {
    width: 100%;
    color: #FFFFFF;
}

.footer_conter ul li {
    float: left;
    margin-right: 80px;
}

.footer_conter dt {
    max-width: 275px;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFFFFF;
    box-sizing: border-box;
}

.footer_conter dd {
    display: block;
    font-size: 14px;
    margin-top: 18px;
    max-width: 275px;
    line-height: 24px;
}

.footer_conter dd a {
    color: #FFFFFF;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.footer_conter dd a:hover {
    color: #00a0e9;
}

.footer_conter dd span {
    margin-left: 15px;
}

.footer_conter dt.footer_first {
    width: 250px;
    height: 40px;
    line-height: 40px;
    border: 1px dashed #FFFFFF;
}

.footer_conter dt.footer_first i {
    margin-left: 20px;
}

.footer_conter dt.footer_first span {
    margin-left: 15px;
}

.footer_conter dd.footer_last {
    position: relative;
    width: 250px;
    height: 26px;
    padding-left: 35px;
    margin-bottom: 20px;
}

.footer_conter dd.footer_last span {
    display: inline-block;
    line-height: 26px;
    font-size: 24px;
    color: #00A0E9;
    margin-left: 0;
}

.footer_conter dd.footer_last img {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 26px;
}

.footer_conter ul li.footer_second {
    width: 200px;
}

.footer_conter ul li.footer_second dd {
    display: inline-block;
}

.footer_conter ul li.footer_second dd.footer_second_right {
    margin-right: 40px;
}

.footer_conter ul li.two_code {
    margin-right: 0;
    padding-top: 35px;
    float: right;
}

.footer_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    background-color: #333333;
    color: #cccccc;
}

/*Detail_title*/
.Detail_title {
    color: #999999;
    margin-bottom: 20px;
}

.Detail_title a {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.Detail_title a.detail_on {
    color: #333333;
}

/*icon*/
.indexTo {
    position: relative;
    padding-left: 30px;
}

.indexTo:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/conmon/icon_indexTo.png) no-repeat center;
}

.icon_return {
    position: relative;
}

.icon_return:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 18px;
    background: url(../image/conmon/icon_return.png) no-repeat center;
}

.icon_iphone {
    position: relative;
}

.icon_iphone:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 21px;
    background: url(../image/conmon/icon_ipnone.png) no-repeat center;
}

/*paging*/
.paging {
    margin-top: 60px;
    float: right;
}

.proPaging {
    margin-top: 60px;
    float: right;
    margin-right: 20px;
}

.paging_item {
    display: inline-block;
    width: 25px;
    text-align: center;
    margin-left: 5px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.paging_item.paging_on, .paging_item:hover {
    color: #00a0e9;
}

/********************************************** index  ********************************************************/
/*banner*/
.index_banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 44.2%;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
}

.swiper-slide > img {
    width: 100%;
}

.banner_text {
    text-align: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -125px;
    left: 0;
    z-index: 9;
}

.banner_text > img {
    margin-bottom: 30px;
}

.banner_text p {
    color: #FFFFFF;
    text-align: center;
}

.banner_text_p1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.banner_text_p2 {
    font-size: 14px;
    line-height: 14px;
}

.banner_prev, .banner_next {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 50px;
    margin-top: -25px;
    z-index: 99;
}

.banner_prev {
    left: 140px;
}

.banner_next {
    right: 140px;
}

.banner_prev span, .banner_next span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 80px;
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
}

.banner_prev span:before, .banner_next span:before {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
}

.banner_next span:before {
    right: 27px;
}

.banner_prev span:before {
    left: 27px;
}

.banner_prev span:after, .banner_next span:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid;
}

.banner_prev span:after {
    left: 17px;
    border-color: transparent #FFFFFF transparent transparent;
}

.banner_next span:after {
    right: 17px;
    border-color: transparent transparent transparent #FFFFFF;
}

.banner_prev:hover span, .banner_next:hover span {
    background-color: rgba(0, 160, 233, .5);
}

/*conter*/
.hr {
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}

.conter_title {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.conter_title h1 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

.conter_title p {
    font-size: 16px;
}

.conter_footer {
    width: 100%;
    height: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
    display: block;
}

.conter_footer span {
    position: relative;
    left: 50%;
    margin-left: -60px;
    display: inline-block;
    width: 120px;
    height: 30px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.conter_footer span:before {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 14px;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #CCCCCC;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.conter_footer span:after {
    position: absolute;
    left: 50%;
    margin-left: 21px;
    top: 9px;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #CCCCCC;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.conter_footer a:hover span {
    border-color: #00a0e9;
}

.conter_footer a:hover span:before {
    background-color: #00a0e9;
}

.conter_footer a:hover span:after {
    border-color: transparent transparent transparent #00a0e9;
}

/*product*/
.pro_conter {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.pro_animation {
    width: 1200px;
    height: 790px;
    overflow: hidden;
}

.pro_conter ol {
    margin-right: -20px;
}

.pro_conter ol > li {
    overflow: hidden;
    position: relative;
    width: 380px;
    height: 380px;
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 10px;
}

.pro_animation ol > li {
    display: block;
}

.index_pro_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #333333;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.index_pro_bottom p {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.pro_conter ol > li:hover .index_pro_bottom {
    background-color: #00a0e9;
}

.pro_conter ol > li:hover .index_pro_bottom p {
    color: #FFFFFF;
}

.index_pro_arrows {
    width: 32px;
    height: 7px;
    position: absolute;
    right: 30px;
    top: 20px;
    background: url(../image/conmon/index_pro_arrows.png) no-repeat center;
}

/*index_about*/
.about {
    width: 100%;
    overflow: hidden;
}
.index_about_conter{
    width: 100%;
    display: block;
    overflow: hidden;
}
.index_about_conter>img{
    max-width: 50%;
    display: inline-block;
    float: left;
}
.index_TabControl_conter {
    width: 100%;
    overflow: hidden;
}

.index_TabControl_conter img {
    display: inline-block;
    float: left;
}

.about_text {
    max-width: 50%;
    height: 320px;
    float: left;
    padding-left: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.about_text h3 {
    font-size: 24px;
    color: #323333;
    margin-bottom: 10px;
}

.about_text p {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
}

.about_img03 {
    margin-left: 20px;
}

/*index_news*/
.news {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.index_news_conter {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.index_news_conter ul {
    margin-right: -67px;
}

.index_news_conter ul li {
    width: 350px;
    float: left;
    margin-right: 67px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.index_news_conter ul li.last {
    margin-right: 0;
}

.index_news_conter ul li h4 {
    font-size: 18px;
    color: #000033;
    margin: 20px 0;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.index_news_conter ul li p {
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.news_date_arrows {
    font-size: 12px;
    margin: 20px 0;
    color: #CCCCCC;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.news_date_arrows span {
    display: inline-block;
}

.news_arrows {
    float: right;
    position: relative;
    width: 32px;
    height: 1px;
    margin-top: 8px;
    background-color: #cccccc;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.news_arrows:after {
    position: absolute;
    right: -8px;
    top: -5px;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #cccccc;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.index_news_conter ul li:hover {
    border-color: #00a0e9;
}

.index_news_conter ul li:hover h4, .index_news_conter ul li:hover p, .index_news_conter ul li:hover .news_date_arrows {
    color: #00a0e9;
}

.index_news_conter ul li:hover .news_arrows {
    background-color: #00a0e9;
}

.index_news_conter ul li:hover .news_arrows:after {
    border-color: transparent transparent transparent #00a0e9;
}

/************************************************ about ********************************************/
.about_middle {
    width: 100%;
    overflow: hidden;
}

.TabControl_title {
    width: 100%;
    height: 60px;
}

/*.TabControl_title > ul > li {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 12px;
    margin-right: 20px;
    float: left;
    font-size: 16px;
    color: #333333;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -moz-transition: color 0.3s, border-color 0.3s;
    -ms-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.TabControl_title > ul > li:hover, .TabControl_title > ul > li.TabControl_on {
    color: #00a0e9;
    border-color: #00a0e9;
}*/

.TabControl_conter {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.TabControl_conter > ul > li {
    display: none;
}

.intro > img {
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}

.intro_text {
    overflow: hidden;
    margin-top: 60px;
    width: 100%;
}

.intro_text h4 {
    font-size: 24px;
    color: #323333;
    margin-bottom: 30px;
}

.intro_text p {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 30px;
}

.intro_title {
    margin-top: 60px;
}

.intro_title span {
    position: relative;
    font-size: 24px;
    color: #323333;
    padding-left: 90px;
    padding-top: 30px;
}

.intro_title span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #4696bb;
}

.intro_title span:after {
    position: absolute;
    top: 30px;
    left: 30px;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #00a0e9;
}

.about_concept {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
    overflow: hidden;
}

.about_conceptText {
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.about_conceptText p {
    float: right;
    font-size: 24px;
    line-height: 36px;
    color: #666666;
    margin-left: 30px;
    margin-top: 20px;
}

.about_conceptText img {
    float: right;
}

/*vision*/
.vision {
    margin-top: 30px;
    margin-bottom: 670px;
    width: 100%;
    overflow: hidden;
}

.vision h5, .vision p {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
}

.vision p {
    text-indent: 2em;
}

/*culture*/
.culture {
    width: 100%;
    margin-bottom: 90px;
    overflow: hidden;
}

.culture_text {
    display: block;
    width: 100%;
    overflow: hidden;
}

.culture_text h5, .culture_text p {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
}

.culture_text p {
    text-indent: 2em;
}

/*honor*/
.honor {
    margin-top: 30px;
    margin-bottom: 140px;
    width: 100%;
    overflow: hidden;
}

.honor p {
    font-size: 24px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 35px;
}

.honor_img img {
    margin-right: 45px;
}

/*hiring*/
.hiring {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.hiring_table, .hiring_th, .hiring_th ul {
    display: block;
    width: 100%;
    overflow: hidden;
}

.hiring_th, .hiring_td, .hiring_detail {
    padding-left: 80px;
    padding-right: 80px;
}

.hiring_th {
    border-bottom: 1px solid #cbcccc;
    box-sizing: border-box;
}

.hiring_tr {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #CBCCCC;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.th_item, .td_item {
    width: 200px;
    font-size: 14px;
    line-height: 62px;
    color: #333333;
    float: left;
}

.hiring_next {
    float: right;
    display: inline-block;
    width: 12px;
    height: 21px;
    margin-top: 20px;
    cursor: pointer;
    background: url(../image/about/hiring_next.png) no-repeat center;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.hiring_td {
    display: block;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.hiring_detail {
    height: 0;
    line-height: 30px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.hiring_detail h5 {
    font-size: 14px;
    color: #333333;
}

.hiring_detail p {
    font-size: 12px;
    color: #666666;
}

.hiring_detail a {
    font-size: 14px;
    color: #00a0e9;
}

/****************************************** product *******************************************************/
.pro_middle {
    width: 100%;
    display: block;
    overflow: hidden;
}

/****************************************** product_detail ******************************************************/
.product_detail, .proDetail_middle {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proDetail_middle {
    margin-bottom: 150px;
}

.proDetail_left {
    position: relative;
    float: left;
    width: 380px;
    height: 380px;
    overflow: hidden;
    border: 1px solid #cbcccc;
    box-sizing: border-box;
}

.proDetail_banner_img {
    position: relative;
    display: block;
    width: 100%;
}

.proDetail_banner_img ul li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.proDetail_banner_img img {
    width: 100%;
}

.proDetail_banner {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.proDetail_box {
    display: block;
    width: 219px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
}

.proDetail_box ul li {
    width: 100px;
    height: 100px;
    margin-right: 19px;
    overflow: hidden;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
}

.proDetail_box ul li img {
    width: 100%;
}

.proDetail_banner_prev, .proDetail_banner_next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100px;
    cursor: pointer;
    background-color: rgba(0, 160, 233, .5);
}

.proDetail_banner_prev {
    left: 25px;
}

.proDetail_banner_next {
    right: 25px;
}

.proDetail_banner_prev img, .proDetail_banner_next img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -18px;
}

.proDetail_banner_next img {
    transform: rotate(180deg);
}

.proDetail_banner_prev:hover, .proDetail_banner_next:hover {
    background-color: #00a0e9;
}

.proDetail_right {
    float: right;
    width: 765px;
}

.proDetail_right > h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
    color: #000;
}

.proDetail_right > p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}

.proDetail_text {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.proDetail_textItem {
    width: 50%;
    float: left;
    display: inline-block;
}

.proDetail_textItem p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.proDetail_button a {
    display: inline-block;
    width: 180px;
    height: 50px;
    margin-right: 30px;
    text-align: center;
    background-color: #00a0e9;
}

.proDetail_button a i {
    text-align: center;
    padding-left: 30px;
    line-height: 50px;
    color: #FFFFFF;
}

/************************************************ news ************************************************************/
.news_middle {
    width: 100%;
    overflow: hidden;
    margin-bottom: 170px;
}

.news_conter > li > ol > li {
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
    box-sizing: border-box;
}

.news_text {
    width: 770px;
    float: right;
}

.news_text h2 {
    text-align: left;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 35px;
}

.news_text p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.news_date_source {
    margin-top: 35px;
}

.news_date_source span {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}

.news_date {
    margin-right: 20px;
}

/******************************************* news_Detail ******************************************/
.news_detail {
    width: 100%;
    overflow: hidden;
    margin-bottom: 125px;
}

.newsDetail_middle h2 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    text-align: center;
}

.newsDetail_date_source {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 30px;
    margin-bottom: 30px;
}

.newsDetail_text {
    margin-top: 40px;
    width: 100%;
}

.newsDetail_text p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    color: #333333;
}

.newsDetail_text img {
    display: block;
    margin: 0 auto 25px;
}

.news_button span {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.news_button span:hover {
    color: #00a0e9;
}

.newsButton_prev {
    float: left;
}

.newsButton_next {
    float: right;
}

/*************************************************** service *****************************************/
.service_conter {
    margin-bottom: 130px;
}

.service_conter p {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.service_conter img {
    display: block;
    margin: 0 auto;
}

/*********************************************** contact *********************************************/
.contact_middle {
    width: 100%;
    overflow: hidden;
}

.contact_conter h1 {
    font-size: 36px;
    color: #00a0e9;
    text-align: center;
}

.contact_conter h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    text-align: center;
    font-weight: normal;
}

.contact_manner {
    margin-top: 55px;
    margin-bottom: 100px;
    overflow: hidden;
    display: block;
    width: 100%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.contact_manner > ol > li {
    float: left;
    width: 25%;
    height: 220px;
    border-right: 1px solid #CCCCCC;
    box-sizing: border-box;
}

.contact_manner img {
    display: block;
    margin: 40px auto 20px;
}

.contact_manner p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 4px;
}

.contact_manner span {
    font-size: 16px;
    color: #666666;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.contact_conter .map {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    box-sizing: border-box;
}

.contact_conter .map > img {
    width: 100%;
}

.visitors {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.visitors h2 {
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.visitors p {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.visitors_form {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.visitors_back {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    margin: 0 auto;
    z-index: -1;
}

.form_box {
    width: 900px;
    padding: 50px 40px;
    margin: 50px auto 0;
    background-color: #ffffff;
    z-index: 99;
}

.form_box input {
    width: 370px;
    height: 40px;
    margin: 0 38px 20px;
    padding: 10px;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    color: #555555;
}

.form_text {
    width: 800px;
    padding: 10px;
    height: 200px;
    margin: 0 40px;
    resize: none;
}

.form_submit {
    width: 820px;
    margin: 20px 40px 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #666666;
    color: #CCCCCC;
    font-size: 16px;
    letter-spacing: 4px;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    -ms-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.form_submit:hover {
    background-color: #00a0e9;
    color: #ffffff;
}