/*******************************************************
 					通用样式
 *******************************************************/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: arial "微软雅黑";
}

li {
    list-style: none;
}


/*清除浮动*/

.clear-float {
    clear: both;
}


/*******************************************************
 					头部
 *******************************************************/

.form-header {
    width: 100%;
    height: 100px;
}

.form-header .logo {
    float: left;
    width: 340px;
    height: 100%;
    background: url(../img/index_logo.png) no-repeat center right;
}

.form-header .right {
    float: right;
    min-width: 1000px;
    margin-right: 20px;
}

.form-header .right-Email {
    text-align: right;
    font-size: 12px;
    color: #888;
    line-height: 50px;
}

.form-header .right-Email em {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 20px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.form-header .right-Email em:nth-child(1) {
    background-image: url(../img/index_right_03.png);
}

.form-header .right-Email em:nth-child(2) {
    background-image: url(../img/index_right_05.png);
}

.form-header .nav ul {
    float: right;
}

.form-header .nav li {
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 40px;
    border-radius: 3px;
}

.form-header .nav li.active {
    background: #FF4E00;
    color: #fff;
}

.yun-sevice,
.get-chanpin {
    border: 1px solid #FE6D3F;
    color: #FE6D3F;
    float: right;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px;
}

.yun-sevice {
    margin-right: 10px;
}

.yun-sevice em,
.get-chanpin em {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: center;
    vertical-align: middle;
}

.yun-sevice em {
    background-image: url(../img/index_right_10.png);
}

.get-chanpin em {
    background-image: url(../img/index_right_13.png);
}


/*顶部图片*/

.form-top-img {
    width: 100%;
    height: 200px;
    background: url(../img/news_detail_02.png);
    background-size: 100% 100%;
    color: #fff;
}

.form-top-imgFont {
    margin: 0 auto;
    width: 1300px;
    padding-top: 45px;
}

.form-top-imgFont p:nth-child(1) {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.form-top-imgFont p:nth-child(1)~p {
    line-height: 30px;
}

.form-top-imgFont p a {
    color: #FF905F;
    font-weight: bold;
}


/*******************************************************
 					新闻详情
 *******************************************************/

.form-content {
    width: 1300px;
    margin: 0 auto;
    padding-top: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.form-content-left {
    width: 930px;
    float: left;
    margin-right: 60px;
}

.form-content-left .nav {
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 45px;
    background: #F7F8F8;
    font-size: 14px;
}

.form-content-left .tittle {
    text-align: left;
    text-indent: 50px;
    line-height: 29px;
    font-size: 24px;
    background: url(../img/form_01.png) no-repeat;
    padding-bottom: 30px;
}

.form-content-left .time {
    text-align: center;
    margin: 27px;
}

.form-content-left .time em {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/news_list_03.png);
    vertical-align: -4px;
    margin-right: 10px;
    background-position: center;
}

.form-content-left hr {
    border: none;
    border-top: 1px solid #ccc;
}

.form-content-text {
    padding: 15px 22px 60px 22px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.form-content-text form {
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.form-content-text form input {
    width: 332px;
    height: 38px;
    padding-left: 15px;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    color: #333;
    outline: none;
}

.form-content-text form select {
    width: 332px;
    height: 38px;
    padding-left: 15px;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    color: #333;
    outline: none;
}

.form-content-text form textarea {
    width: 700px;
    height: 129px;
    margin-bottom: 12px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    color: #333;
    outline: none;
    resize: none;
    padding: 5px;
    color: #333;
    font-size: 14px;
}

.sub {
    width: 160px;
    height: 45px;
    background: #ffffff!important;
    color: #ff4e00!important;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    padding-left: 0;
    text-align: center;
    line-height: 32px!important;
    border-radius: 4px;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid #ff4e00!important;
    padding-left: 0!important;
}

.sub:hover {
    background: #ff4e00!important;
    color: #fff!important;
    transition: all .2s;
}

.form-content-left .tittle2 {
    text-align: left;
    text-indent: 50px;
    line-height: 29px;
    font-size: 24px;
    background: url(../img/form_local.png) no-repeat;
    padding-bottom: 30px;
}

.form-content-right {
    overflow: hidden;
}

.form-content-right .seach {
    line-height: 40px;
    padding-left: 10px;
    background: #F7F8F8;
    font-size: 14px;
}

.form-content-right input {
    outline: none;
    border: none;
    background: none;
    line-height: 18px;
    font-size: 14px;
    width: 245px;
}

::-webkit-input-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

.form-content-right .btn-seach {
    float: right;
    background: url(../img/news_detail_12.png);
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
}

.contact-us {
    background: #F7F8F8;
    margin-top: 20px;
    padding: 15px 0 45px 15px;
    font-size: 15px;
}

.contact-us>p {
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-us li {
    margin: 10px 0;
}

.contact-us li>div {
    display: inline-block;
    color: #666;
    line-height: 40px;
}

.contact-us .left {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-us li:nth-child(1) .left {
    vertical-align: -40%;
}

.contact-us li:nth-child(1) .right {
    line-height: 26px;
}

.contact-us li:nth-child(1) .left {
    background-image: url(../img/news_detail_15.png);
}

.contact-us li:nth-child(2) .left {
    background-image: url(../img/news_detail_20.png);
}

.contact-us li:nth-child(3) .left {
    background-image: url(../img/news_detail_22.png);
}

.contact-us li a {
    color: #FE6D3F;
    text-decoration: none;
}

.contact-us .QRCode {
    width: 190px;
    height: 190px;
    background: url(../img/news_detail_25.png);
    margin-left: 40px;
    margin-top: 20px;
}


/*******************************************************
 					专家
 *******************************************************/

.zhuanjia {
    width: 100%;
    height: 250px;
    position: relative;
    background: url(../img/index_02.png);
    background-size: 100% 100%;
    margin-top: 80px;
}

.zhuanjia-mask {
    width: 100%;
    height: 100%;
    background: url(../img/index_102_02.png);
    background-size: 100%;
    opacity: 0.7;
    position: absolute;
}

.zhuanjia-zixun {
    text-align: center;
    color: #fff;
    padding-top: 68px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.zhuanjia-zixun p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
}

.zhuanjia-zixun p:nth-child(2) {
    display: block;
    margin: 30px auto;
    width: 310px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
}


/*******************************************************
 					底部
 *******************************************************/

.index-footer {
    background: #303030;
}

.index-footer-content {
    width: 1300px;
    margin: 0 auto;
    font-size: 14px;
    color: #aaaaaa;
    overflow: hidden;
    padding: 50px 0 40px;
}

.index-footer-content .left {
    float: left;
}

.index-footer-content ul {
    float: left;
}

.index-footer-content ul:nth-child(2) {
    margin-left: 100px;
    margin-right: 70px;
}

.index-footer-content ul:nth-child(3) {
    margin-right: 50px;
}

.index-footer-content div:not(.bottom) ul li:nth-child(1) {
    color: #fff;
    margin-bottom: 35px;
    font-weight: bold;
}

.index-footer-content div:not(.bottom) ul li {
    line-height: 26px;
}

.index-footer-content .right {
    float: right;
}

.index-QRCode {
    width: 142px;
    height: 142px;
    background: url(../img/news_detail_25.png);
    background-size: 100% 100%;
}

.index-footer-content .bottom {
    width: 815px;
    margin: 70px auto 0;
    color: #666;
    font-size: 12px;
}

.index-footer-content .bottom li {
    float: left;
    padding: 0 10px;
    border-right: 2px solid #666;
}

.index-footer-content .bottom>span {
    margin-left: 30px;
    margin-right: 40px;
}