/*
project：爱视母婴
author:yue
*/

/*公共样式*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font: 16px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "微软正黑体", "Microsoft JhengHei", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
    margin: 0 auto;
    color: #666666;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    min-width: 1200px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

i,
em {
    font-style: normal;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
    font-family: "Microsoft Yahei", "微软雅黑";
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

::-moz-selection {
    background: #e71e26;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e71e26;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

a {
    color: #666;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.box_wrap {
    width: 1320px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf {
    color: #FFFFFF;
}

.top_wrap {
    height: 40px;
    width: 100%;
    background: #f1f1f1;
    min-width: 1320px;
    max-width: 1920px;
    margin: 0 auto;
}

.top_left {
    font-size: 14px;
    line-height: 40px;
}

.top_right dt,
dd {
    float: right;
}

.top_right dd {
    width: 16px;
    height: 16px;
    margin: 12px 0;
    margin-right: 5px;

}

.top_right dd img {
    display: block;
    width: 100%;
    height: 100%;
}

.top_right dt {
    line-height: 40px;
    font-size: 14px;
}

.header_wrap {
    height: 68px;
    margin: 5px auto;
    min-width: 1320px;
    max-width: 1920px;
    background: #eb2a33;
}

.header_left img {
    display: block;
}

.header_center {
    width: 815px;
    height: 68px;
    position: relative;
    left: 110px;
    z-index: 0;
}

.header_center::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #403f3d;
    transform: skew(-20deg);
}

.header_center li {
    float: left;
    width: 114px;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
}

.header_wrap a {
    color: #FFFFFF;
}

.header_center a:hover {
    color: #EB2A33;
}

.header_center a.lia {
    color: #EB2A33;
}

.header_right {
    float: right;
    color: #FFFFFF;
}

.header_right dd,
dt {
    float: right;
}

.header_right dt {
    line-height: 68px;
}

.header_right dd {
    width: 60px;
    height: 60px;
    margin: 5px 0;
    margin-right: 10px;
    cursor: pointer;
}

.header_right dd img {
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}

.header_right dd:hover img {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -transform: scale(1.5, 1.5);
}

.banner_wrap img {
    display: block;
}

.banner {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1320px;
    overflow: hidden;
    height:500px;

}

.banner_wrap ul {
    overflow: hidden;
    margin: 0 auto;

}

.banner_wrap li {
    display: block;
    float: left;
    height:500px;
    background-position:top center;
    background-repeat:no-repeat;
}

.banner_wrap li img {
    display: block;
    width: 100%;
}

.content_title {
    text-align: center;
}

.content_wrap {
    margin-top: -170px;
    width: 100%;
    position: absolute;
}

.content_title p {
    font-size: 24px;
    color: #f1a207;
    padding: 0;
}

.content_title span {
    font-size: 12px;
    display: block;
}

.content_top,
.content_bottom {
    height: 170px;

}

.content_top {
    padding-top: 130px;
    background: url(../img/content_top.png) no-repeat center;
    margin: 0 auto;
    min-width: 1320px;

}

.content_bottom {
    background: url(../img/contect_bottom.png) no-repeat center;
}

.main {
    overflow: hidden;
}

.main img {
    display: inline-block;

}

.main dl {
    width: 217px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.main dd {
    width: 188px;
    padding: 0;
    margin: 0px 14px;
}

.main dt {
    width: 100%;
}

.main1 dd {
    height: 100px;
}

.main1 dl {
    margin: 50px 23px;
}

.main2 {
    margin-bottom: 70px;
}

.main2 dl {
    height: 315px;
    background: #f7f6f6;
    border-radius: 20px;
    position: relative;
    color: #FFFFFF;
    margin: 0px 19px;
    cursor: pointer;
}

.main2 dt {
    height: 50px;
    line-height: 50px;
    background: #4c4a4a;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 20px 20px;
}

.main2 dd {
    margin-top: 40px;
}
    .main2 dd {
        height: 188px;
        width: 188px;
        margin-top: 40px;
    }

        .main2 dd img {
            width: 100%;
            min-height: 100%;
        }

.main_left,
.main_right {
    width: 20px;
    height: 315px;
    line-height: 315px;
    background: #FFFFFF;
    cursor: pointer;
}

.main_center {
    width: 1280px;
    height: 315px;
    overflow: hidden;
    position: relative;
}

.main_center_ul {
    position: absolute;
    height: 100%;
}

.main3 {
    margin-top: 45px;
}

.main3 dl {
    width: 230px;
    height: 320px;
    overflow: hidden;
    border-radius: 20px;
    -moz-border-radius: 20px; /* Firefox */
    -webkit-border-radius: 20px; /* Safari 和 Chrome */
    margin-right: 42px;
    position: relative;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
}

.main3 dl img {
    border-radius: 20px;
    -moz-border-radius: 20px; /* Firefox */
    -webkit-border-radius: 20px; /* Safari 和 Chrome */
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.main3 dl:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);

}

.main3 dl:last-child {
    margin-right: 0;
}

.main3 dl img {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main3 dl dt {
    position: absolute;
    top: 320px;
    height: 320px;
    padding: 20px;
    font-size: 14px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.main3 dl dt p {
    font-size: 16px;
    line-height: 50px;
}

.main3 dl dd {
    margin: 0;
    width: 100%;
}

.content_footer {
    height: 680px;
    background: url(../img/content_bg.jpg) no-repeat center;
    min-width: 1320px;
    max-width: 1920px;
    margin: 0 auto;

}

.content_footer .content_title span {
    color: #FFFFFF;
}

.content_footer .content_title p {
    margin-top: 15px;
}

.foot_pic_wrap ul {
    width: 1120px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    padding: 0 10px;
}

.foot_pic_wrap li {
    float: left;
    margin-right: 90px;
    cursor: pointer;
}

.foot_pic_wrap li:last-child {
    margin-right: 0px;
}

.foot_pic_wrap li.li1 {
    margin-top: 33px;
}

.foot_pic_wrap li.li1 {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.foot_pic_wrap li.li1:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.foot_pic_wrap li.li2 {
    width: 200px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
}

.foot_pic_wrap li.li2 img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.foot_pic_wrap li.li2 img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.foot_message {
    color: #FFFFFF;
    width: 725px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
}

.button_wrap {
    height: 55px;
    line-height: 55px;
    background: #e71e26;
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    max-width: 1920px;
    margin: 0 auto;
}