@charset "utf-8";
body {
	color: #333;  
	background:#fff;  
	font-family:'Microsoft Yahei'; 
	width:100%; 
	height: 100%; 
	font-size:14px;
}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,select,blockquote,img,table,td,img,div,p{
	margin:0;
	padding:0;
	border:0;
}
ul,ol,li{
	list-style-type:none;
	font-family:'Microsoft Yahei'; 
}
select,input,img,select,input,textarea,button{
	vertical-align:middle;
	font-family:'Microsoft Yahei'; 
}
a:link,a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#f00;
	text-decoration:none;
}
html{
	width:100%; 
	height: 100%;
}


.jimu-sup-header {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: #191919;
    color: #ddd;
    font-size: 13px;
}

.jimu-sup-header .container {
    width: 1140px;
    margin: 0 auto;
}

.jimu-sup-header .container .contactus {
    float: left;
}

.jimu-sup-header .container .sup-nav-other {
    float: right;
}

.jimu-sup-header .container .contactus .phone-wrap span {
    margin-right: 15px;
}

.jimu-sup-header .container .sup-nav-other ul li {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 25px;
}

.jimu-sup-header .container .sup-nav-other ul li a {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    color: #ddd;
}


.jimu-header .container {
    width: 1140px;
    margin: 0 auto;
	
}

.jimu-header, .jimu-header div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jimu-header {
    top: 0;
    z-index: 900;
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #f5f7fa;
}

.jimu-header .container {
    width: 1140px;
    margin: 0 auto;
}

.jimu-header .container .logo {
    float: left;
}

.jimu-header .container .logo a {
    display: block;
    height: 32px;
    margin-top: 8px;
}

.jimu-header .container .jimu-nav-wrap {
    float: left;
    margin-left: 70px;
    height: 50px;
}
.jimu-header .container .jimu-nav-wrap ul {
    width: 885px;
}
.jimu-header .container .jimu-nav-wrap ul li {
    width: 80px;
    height: 50px;
    float: left;
    margin-right: 28px;
    position: relative;
}

.jimu-header .container .jimu-nav-wrap ul li a {
    color: #333538;
    font-size: 16px;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    border-top: 0 solid #3793df;
}
.jimu-header .container .jimu-nav-wrap ul li a span {
    display: block;
    height: 50px;
    line-height: 50px;
}

.jimu-header .container .jimu-nav-wrap ul li .active, .jimu-header .container .jimu-nav-wrap ul li a:hover {
    color: #3793df;
    background: #fff;
}
.jimu-header .container .jimu-nav-wrap ul .pull-right {
    float: right;
	margin-right: -60px;
}

.banner-background {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.banner-button-next::before, .banner-button-prev::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.banner-button-prev{
	left:0;
}
.banner-button-next{
	right: 0;
}
.banner-button-next>span::before, .banner-button-next>span::after, .banner-button-prev>span::before, .banner-button-prev>span::after {
    content: " ";
    position: absolute;
    left: 25%;
    width: 3px;
    height: 50%;
    background: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.banner-button-next>span::before, .banner-button-next>span::after, .banner-button-prev>span::before, .banner-button-prev>span::after {
    content: " ";
    position: absolute;
    left: 25%;
    width: 3px;
    height: 50%;
    background: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.banner-button-next, .banner-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none;
}
.banner-button-next::before, .banner-button-prev::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.banner-button-next>span::before, .banner-button-next>span::after, .banner-button-prev>span::before, .banner-button-prev>span::after {
    content: " ";
    position: absolute;
    left: 25%;
    width: 3px;
    height: 50%;
    background: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.banner-button-next>span::before, .banner-button-next>span::after, .banner-button-prev>span::before, .banner-button-prev>span::after {
    content: " ";
    position: absolute;
    left: 25%;
    width: 3px;
    height: 55%;
    background: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner-button-next>span::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(30deg);
    transform: translateX(-50%) rotate(30deg);
    -webkit-transform-origin: left 0;
    transform-origin: left 0;
}

.banner-button-next>span::before {
    -webkit-transform: translateX(-50%) rotate(-30deg);
    transform: translateX(-50%) rotate(-30deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.banner-button-prev>span::before {
    -webkit-transform: translateX(-50%) rotate(30deg);
    transform: translateX(-50%) rotate(30deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.banner-button-prev>span::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-30deg);
    transform: translateX(-50%) rotate(-30deg);
    -webkit-transform-origin: left 0;
    transform-origin: left 0;
}

.notice-container {
    height: 60px;
    line-height: 40px;
    padding: 10px 30px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.notice-container .notice {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.special_edition {
    width: 100%;
    background-color: #ffffff;
    float: left;
}
.special_edition {
    width: 303px;
}
.special_edition {
    width: 100%;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}



#special_edition div {
    position: relative;
	text-align:center;
}

.special_edition div {
    width: 150px;
    margin: 0 24px;
    line-height: 40px;
    color: #757575;
    cursor: pointer;
	float:left;
    font-size: 16px;
    font-weight: 700;
}

.gray{
	filter: grayscale(100%);
}

.special_edition div.active:before {
    border-width: 8px;
    border-top-color: #ff4d4d;
    left: 68px;
    border-radius: 1px;
}

.special_edition div.active:after, .special_edition div.active:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    top: 100%;
    position: absolute;
    width: 0;
}

.special_edition div.active {
    color: #ff4d4d;
    border-bottom: 1px solid #ff4d4d;
}

#cooper .container {
    max-width: 1200px;
    margin: 0 auto;
}

#cooper .col-md-3{
	width:15%
}

.use-group-hd{
	text-align:center;
	margin:30px 0 0;
}

.use-group-hd>h2 {
    font-size: 28px;
	font-weight:normal;
	color:#666;
}

.use-group-hd>p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
	color:#999;
}

.use-group-bd {
    margin-top: 60px;
}

.use-group-item {
    padding-bottom: 30px;
	float:left;
}

.col-lg-2 {
    width: 16.66666667%;
}


.example-container {
    margin-bottom: 60px;
    padding-bottom: 40px;
}

.example-container  .container {
    max-width: 1200px;
    margin: 0 auto;
}

.container-title {
    padding: 60px 0 40px;
	text-align:center;
}

.container-title>span {
    width: 200px;
    padding: 0 30px;
    font-size: 30px;
    height: 45px;
}

.jimu-header .container .logo a img {
    height: 100%;
}

img {
    vertical-align: middle;
}

.underline {
    color: #69F;
    background: url(/static/index/images/underline.png) center;
    background-size: 100% 100%;
}


.jm-footer {
    width: 100%;
    background-color: #262839;
    height: 400px;
	line-height:25px;
    font-size: 13px;
}
.jm-footer, .online-service .online-service-title h4:hover {
    color: #fff;
}

.jimu-header{
	background:white;
}
.jimu-header, .jm-footer {
    min-width: 1140px;
    overflow: hidden;
}

.jm-footer .footer-container {
    width: 1140px;
    margin: 30px auto 0;
}

.jm-footer .footer-container .footer-info {
        margin: 30px 0;
    height: 155px;
    border-bottom: 1px solid #3c3e4d;
    padding-bottom: 25px;
	
}
.jm-footer .footer-container .copyright {
    
    width: 1140px;
    color: #dde0e4;
}

.jm-footer .footer-container .footer-links {
    width: 50%;
    float: left;
}

.jm-footer .footer-container .contact-us {
    width: 50%;
    float: left;
}

.jm-footer .footer-container .footer-links .link {
    float: left;
    width: 25%;
}

.jm-footer .footer-container .footer-links .link ul {
    width: 100%;
    height: 180px;
    list-style: none;
    padding: 0;
    margin-top: -2px;
}

.jm-footer .footer-container .footer-links .link ul .title {
    height: 36px;
    font-weight: 700;
}

.jm-footer a {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    color: #fff;
}

.jm-footer .footer-container .contact-us .contact-container {
    position: relative;
    overflow: hidden;
}

.jm-footer .footer-container .contact-us .contact-container .contact-words {
    margin-right: 40px;
    float: left;
}
.jm-footer .footer-container .contact-us .contact-container .contact-code {
    position: absolute;
    right: 0;
    width: 300px;
    height: 182px;
	text-align:center;
}
.jm-footer .footer-container .contact-us .contact-container .contact-words>div {
    padding-bottom: 8px;
}

.jm-footer .footer-container .contact-us .contact-container .contact-info span {
    vertical-align: bottom;
    display: inline-block;
}
.jm-footer .footer-container .contact-us .contact-container .icon {
    font-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.jm-footer .footer-container .contact-us .contact-container .contact-info span {
    vertical-align: bottom;
    display: inline-block;
}
.jm-footer .footer-container .contact-us .contact-container .phone {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}
.jm-footer .footer-container .contact-us .contact-container .icon img {
    vertical-align: top;
    width: 100%;
}

.jm-footer .footer-container .contact-us .contact-container .contact-code div .weixin {
    width: 120px;
    border-radius: 2px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.5);
}
.jm-footer .footer-container .contact-us .contact-container .contact-code div {
    float: right;
    margin-left: 30px;
}

.jm-footer .footer-container .copyright {
    width: 1140px;
    color: #dde0e4;
}


.jm-footer .footer-container .copyright .verify span img {
    height: 16px;
    width: 16px;
}
.copyright .verify .wx-seal img {
    width: 57px;
    height: 21px;
}
.jm-footer .footer-container .copyright .verify .cert, .jm-footer .footer-container .copyright .verify .cert img, .jm-footer .footer-container .copyright .verify .wx-satisfaction, .jm-footer .footer-container .copyright .verify .wx-satisfaction img, .jm-footer .footer-container .copyright .verify .wx-seal, .jm-footer .footer-container .copyright .verify .wx-seal img {
    width: 57px;
    height: 21px;
}
.jm-footer .footer-container .copyright .verify {
    margin-top: -5px;
    width: 100%;
    border-bottom: 1px solid #3c3e4d;
    line-height: 60px;
}

