@charset "UTF-8";

/*初始化css*/

body {
    min-width: 1200px;
    font-family: 微软雅黑;
    color: #333;
}


/*min-width的宽度根据项目页面宽度决定*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}


/*颜色根据通用信息列表的文字颜色决定*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

textarea,
input {
    font-family: 微软雅黑;
}


/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section1+...)		footer*/


/* 通用头部开始 */

.no {
    display: none;
}

.bx-1100 {
    width: 1100px;
    margin: 0 auto;
}

.m-500 {
    margin-top: 500px;
}

.header {
    width: 100%;
    height: 678px;
    background: url(/images/2472/banner.png) no-repeat center;
    background-size: 1920px;
    overflow: hidden;
}

.tzin {
    width: 342px;
    height: 84px;
    display: inline-block;
    margin: 48px 0 218px 0;
}

.banner-title {
    margin: 0 auto;
    margin-top: 61px;
    text-align: center;
}

.header form {
    margin: 0 auto;
    width: 596px;
    height: 50px;
    border-radius: 9px;
    background-color: #fff;
    opacity: 0.8;
    margin-top: 120px;
}

.text_input {
    width: 525px;
    height: 50px;
    color: #78adf7;
    padding-left: 41px;
    line-height: 50px;
    font-size: 22px;
    border-radius: 23px;
    padding-right: 30px;
}

.text_input_search {
    width: 70px;
    height: 53px;
    background: url(/images/2472/search.png) no-repeat center center;
    background-size: 28px;
    border-radius: 23px;
    float: right;
}

.section-dy {
    width: 100%;
    height: 300px;
    background: url(/images/2472/dylogo.png) no-repeat center center;
}

.section-dy-title {
    padding: 39px 0 45px 52px;
    /* height: 140px; */
}

.section-dy-title .bt1 {
    margin-top: 41px;
}

.section-dy-title span {
    float: right;
    margin-top: 60px;
}

.section-dy-title span a {
    color: #78adf7;
    font-size: 20px;
    font-weight: 600;
}

.section-dy p {
    height: 225px;
    font-size: 20px;
    line-height: 36px;
    padding: 92px 68px 0 62px;
    text-indent: 2em;
    letter-spacing: 2px;
    color: #4c4c4c;
}


/* 通用 */

.ty-bt {
    height: 47px;
    background: url(/images/2472/title.png) no-repeat left center;
    font-weight: 700;
    font-size: 34px;
    color: #83A602;
    padding-left: 17px;
    line-height: 47px;
}

.ty-more {
    font-weight: 700;
    font-size: 14px;
    text-align: left;
}

.ty-more a {
    color: #83A602;
}


/* 第一部分 */

.sectionLogo {
    height: 420px;
}

.section1 {
    margin: 30px auto;
}

.section1-left {
    width: 450px;
    height: 350px;
    display: inline-block;
    float: left;
}

.section1-left img {
    width: 450px;
    height: 350px;
}

.section1-right {
    width: 568px;
    float: right;
}

.section1-right a {
    display: inline-block;
    margin-bottom: 32px;
}


/* 第二部分 */

.section2 {
    height: 540px;
    background-color: #286adc;
    padding: 50px 0;
}

.section2 .zLcont {
    background: #0091f9;
    height: 60px;
    border-radius: 30px;
}

.section2 .zLcont li {
    float: left;
    width: 183px;
    text-align: center;
    line-height: 60px;
}

.section2 .zLcont li a {
    color: #fff;
    font-weight: 600;
}

.section2 .zLcont li a:hover {
    color: #ffdf24;
}

.section2 .conCl {
    width: 1040px;
    margin: 0 auto;
}

.section2 .conCl li {
    padding: 0 20px;
    height: 50px;
    border-bottom: 1px #fff dashed;
    line-height: 50px;
    margin-top: 10px;
}

.section2 .conCl li img {
    float: left;
    width: 8px;
    margin-top: 10px;
    margin-right: 20px;
}

.section2 .conCl li a {
    float: left;
    display: inline-block;
    width: 872px;
    color: #fff;
}

.section2 .conCl li span {
    color: #94b5ee;
}


/* ---------------------------- */


/* 第三部分 */

.section3 {
    padding-top: 93px;
    padding-bottom: 123px;
}

.section3 a:nth-child(3) {
    margin-left: 172px;
}


/* 第四部分 */

.section4 {
    background-color: #fff;
    /* padding: 103px 0; */
}

.section4 .section4-left {
    width: 510px;
    height: 380px;
}

.section4 .section4-right {
    width: 500px;
}

.section4-right ul li:nth-child(1) {
    margin-top: 10px;
}

.section4-right ul li {
    /* padding: 0 20px; */
    height: 50px;
    line-height: 50px;
}

.section4-right ul li img {
    float: left;
    height: 30px;
    width: 6px;
    margin-top: 10px;
    margin-right: 20px;
}

.section4-right ul li a {
    float: left;
    display: inline-block;
    width: 370px;
    color: #333;
    line-height: 50px;
}

.section4-right ul li span {
    color: #94b5ee;
    line-height: 50px;
}

.section4-right .molb {
    color: #1469de;
    float: right;
    margin-top: 6px;
}

.section5 {
    background: #286adc;
    height: 246px;
    padding: 82px 0;
    margin-top: 100px;
}

.section5 a:nth-child(1) img {
    margin-left: 0;
}

.section5 img:nth-child(4) {
    margin-right: 0;
}

.section5 img {
    margin: 0 6px;
}


/* 图片设置 */

.focusBox {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial;
    text-align: left;
    background: #fff;
}

.focusBox .pic img {
    width: 100%;
    display: block;
}


/* 文字提示设置 */

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 40px;
    width: 100%;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.6;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -40px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 24px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}


/* 圆点设置 */

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 50%;
}

.focusBox .num li a,
.focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusBox .num li {
    z-index: 1;
    color: #fff;
}

.focusBox .num ul {
    width: 100%;
    height: auto;
}

.focusBox .num li.on,
.focusBox .num .on:hover {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.focusBox .pic {
    position: relative;
}