﻿body{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
	min-width: 1400px;

}
ul{
	list-style-type: none;
	padding-left: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*状态栏*/
.nav-top{
	background-color: #C92121;
	min-width: 1200px;
	font-size: 10px;
	height: 27px;
	color: white;
}
.nav-top span{
	line-height: 26px;
}
.nav-top p{
	margin-bottom: 0;
	float: right;
	margin-top: 5px;
}
.nav-top p a{
	color: white;
	margin: 0 3px;
}
footer a, footer a:hover {
    color: #fff;
}
/*导航栏*/
.navbar {
    min-height: 70px;
    margin-bottom: 0;
    border: none;
}
.navbar-default .navbar-nav>li>a {
    color: black;
    font-size: 14px;
}
.navbar-brand>img {
    width: 254px;
}
.navbar-nav>li {
    margin-left: 35px;
	    display: inline-block;float:none;
}
.navbar-nav>li:last-of-type a{
	padding-right:0px;
}
.navbar {
    border-radius: 0;
}
.navbar-default {
    background-color: white;
    border:none;
}
.navbar-nav {
    margin-top: 9px;
    margin-left: 24px;float: right;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #C92121;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #C92121;
}
.dropdown-menu {
    min-width: 95px;
    left: -28px;
    padding: 0;
    background-color: rgba(0,0,0,0.6);
}
.dropdown-menu>li{
	border-bottom: 1px dashed gainsboro;
	width: 150px;
	text-align: center;
}
.dropdown-menu>li:last-of-type{
	border:none
}
.dropdown-menu>li>a{
	color: white;
	padding: 9px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #C92121;
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav>li>a {
    padding-bottom: 26px;
}
/*轮播*/
.carousel-indicators {
    bottom: 0;
}
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators li {
    width: 11px;
    height: 11px;
    border-radius: 0;
    border: 2px solid #fff;
    margin: 1px 5px;
    background-color: white;
}
.carousel-indicators .active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-color: #C92121;
    background-color: #C92121;
}
.carousel-inner>.item img{
	width: 100%;
}
/*搜索栏*/
.thess{
	padding: 16px 0;
	font-size: 12px;
}
.thess span{
	display: inline-block;
	margin-top: 8px;
}
.thess span a{
	color: #333333;
	margin-left: 6px;
}
.thess span a:hover{
	color: #C92121;
}
.thess form{
	    width: 260px;
    height: 30px;
	float: right;
	position: relative;
}
.thess form input[type=submit]{
	height: 30px;
	width: 42px;
	background: url(../images/index/index-ss.png) no-repeat center center;
	background-color: black;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	background-size: 16px;
}
.thess form input[type=text]{
	border: none;
	color: white;
	background-color: #DEDEDE;
	padding-left: 8px;
	width: 218px;
	height: 30px;
	outline: none;
}
.thess form input[type=text]::-webkit-input-placeholder {
         /* placeholder颜色  */
         color: white;	
}
/*欧泰服务特色*/
.infwte-box{
	padding-top: 45px;
}
.index-til{
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}
.index-til span{
	display: block;
	width: 53px;
	height: 3px;
	margin: 25px auto 0;
	background-color: #AF2F23;
}
.infwte-tex ul{
	height: 250px;
	margin-bottom: 42px;
}
.infwte-tex ul li{
	width: 288px;
	background-color: #FAFAFA;
	text-align: center;
	padding-bottom: 20px;
	float: left;
}
.infwte-tex ul li:not(:first-child){
	margin-left: 16px;
}
.infwte-tex ul li p{
	width: 288px;
	height: 161px;
	border: 1px solid #CCCCCC;	
	margin-bottom: 12px;
}
.infwte-tex ul li p img{
	width: 100%;
	height: 100%;
}
.infwte-tex ul li span{
	display: block;
	padding: 0 5px;
	color: #333333;
	margin-bottom: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.infwte-tex ul li div{
	display: inline-block;
	border: 2px solid #D2D2D2;
	color: #D2D2D2;
	font-size: 12px;
	padding: 5px 15px;
	margin: 0 auto;
}
.infwte-tex ul li a:hover div{
	color: white;
	background-color: #C92121;
	border-color: #C92121;
}
.infwte-bot{
	clear: both;	
}
.infwte-lebox{
	width: 494px;
	background: url(../images/index/index-tsbot-bj1.png) no-repeat;
	display: inline-block;
	margin-top: 112px;
	padding-top: 80px;
	padding-left: 20px;
}
.infwte-lebox>div{
	width: 415px;
	margin-bottom: 4px;
}
.infwte-lebox>span{
	display: block;
	width: 415px;
	font-size: 26px;
	font-weight: bold;
	color: #C92121;
	margin-bottom: 45px;
}
.infwte-lebox>p {
    width: 415px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 40px;
}
.infwte-lebox>div img{
	float: left;
	margin-right: 20px;
}
.infwte-lebox>div p{
	display: inline-block;margin-left: 1px;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 20px;
}
.infwte-lebox>div p span{
	font-size: 39px;
	font-family: impact;
	display: block;
	color: #C92121;
}
.infwte-ribox{
	float: right;
}
.infwte-lebox a{
	display: inline-block;
	border: 1px solid #333333;
	color: #333333;
	padding: 7px 30px;
}
.infwte-lebox a:hover{
	color: white;
	background-color: #C92121;
	border-color: #C92121;
}
.infw-botimg{
	clear: both;
	min-width: 1200px;
}
.infw-botimg img{
	display: inline-block;
	width: calc(100%/3);
}
/*管理难题*/
.inglnt-box{
	clear: both;
	padding-top: 60px;
}
.inglnt-box .index-til{
	margin-bottom: 45px;
}
.inglnt-box ul li{
	display: inline-block;
    vertical-align: top;
	width: calc(99.3%/3);
	margin-bottom: 35px;
}
.inglnt-box ul li img{
	float: left;
}
.inglnt-box ul li div{
	width: 275px;
	margin-left: 90px;
}
.inglnt-box ul li div span{
	display: block;
	font-size: 18px;
}
.inglnt-box ul li div p{
	color: #B8B8B8;
	margin-bottom: 0;
}
.innt-main{
	background: url(../images/index/in-ntbj02.png) no-repeat;
	height: 468px;
	min-width: 1200px;
	clear: both;
	background-position: center;
	margin-bottom: 28px;
}
.innt-main>div{
	padding-top: 65px;
}
.innt-mabox{
	width: 542px;
	margin-left: auto;
	background: url(../images/index/in0nt-bj1.png) no-repeat;
	padding-top: 59px;
}
.innt-mabox div{
	font-size: 30px;
	padding-left: 25px;
	color: #C52421;
	font-weight: bold;
}
.innt-mabox p{
	font-size: 24px;
}
.innt-mabox span{
	font-size: 12px;
	display: inline-block;
	position: relative;
    bottom: 3px;
    margin-right: 25px;
    padding-left: 25px;
}
.innt-mabox .innt-img{
	margin-top: 40px;
	padding-left: 0;
}
.innt-img img{
	display: inline-block;
	float: left;    height: 130px;
}
.innt-img img:not(:first-child){
	margin-left: 7px;
}
.innt-lastbox{
	color: #C52421;
	    margin-top: 23px;
}
/*选择优势*/
.inys-box{
	background: url(../images/index/in-ys-bbj.png) no-repeat center center;
	height: 1074px;
	min-width: 1200px;
	clear: both;
	padding-top: 70px;
}
.inys-til{
	font-size: 30px;
	margin-bottom: 30px;
}
.inys-til span{
	display: block;
	width: 53px;
	height: 3px;
	margin-top: 25px;
	background-color: #AF2F23;
}
.inys-lebox{
	background: url(../images/index/in-ys-tilbj.png)no-repeat;
	background-position: right bottom;
	width: 640px;
	display: inline-block;
	padding-bottom: 64px;
}
.inys-lebox span{
	display: block;
	color: #C92121;
	font-size: 26px;
	margin-bottom: 50px;
}
.inys-lebox p{
	width: 545px;
	line-height: 25px;
}
.inys-ribox{
	width: 457px;
	float: right;
}
.inys-ribox ul li{
	margin-bottom: 10px;
}
.inys-ribox ul li div{
	width: 197px;
	padding-top: 5px;
	float: right;
}
.inys-ribox ul li span{
	color: #AF2F23;
    display: block;
    height: 38px;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: bold;
}
.inys-ribox ul li p{
	width: 186px;
	font-size: 12px;
	color: #535252;
	margin-bottom: 0;
    line-height: 20px;
}
.inys-ribox ul li img{
	width: 212px;
	height: 142px;
}
/*新闻资讯*/
.innews-box{
	min-width: 1200px;
	background-color: #FAFAFA;
	height: 650px;
    padding-bottom: 50px;
}
.innews-change{
	margin-bottom: 25px;
}
.innews-change span{
	display: inline-block;
	width: 387px;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #BFBFBF;
	margin: 0 6px;
}
.innews-change .innews-act{
	background-color: #AF2F23;
	color: white;
}
.innews-change span:hover{
	cursor: pointer;
	background-color: #AF2F23;
	color: white;
}
.innews-tex{
	min-height: 430px;
}
.innews-toptex{
	margin-bottom: 26px;
}
.innews-toptex img{
	width: 193px;
	height: 120px;
	float: left;
}
.innews-toptex .innews-imp{
	width: 980px;	
}
.innews-imp{
	    padding-top: 5px;
    display: inline-block;
    margin-left: 25px;
    border-top: 1px solid transparent;
}
.innews-imp div{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #5A5A5A;
	margin-bottom: 8px;
}
.innews-imp span{
	display: block;
	font-size: 12px;
	color: #989999;
	margin-bottom: 5px;
}
.innews-imp p{
	color: #999999;
	height: 60px;
    overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}
.innews-tex ul li{
	float: left;
	width: 50%;
	margin-bottom: 15px;
	padding-right: 30px;
}
.innews-tex ul li:nth-child(1){
    width: 100%;
}
.innews-tex ul li:nth-child(1) .innews-imp{
	width:950px;
}
.innews-tex ul li img{
	width: 193px;
	height: 120px;
	float: left;
}
.innews-tex ul li .innews-imp{
	width: 350px;
}
.innews-toptex a:hover .innews-imp{
	border-top: 1px solid #AF2F23;
}
.innews-toptex a:hover .innews-imp div{
	color: #AF2F23;
}
.innews-tex ul li a:hover .innews-imp{
	border-top: 1px solid #AF2F23;
}
.innews-tex ul li a:hover .innews-imp div{
	color: #AF2F23;
}
/*合作品牌*/
.inhzpp-box{
	padding-top: 50px;
	padding-bottom: 25px;
}
.inhzpp-box ul li{
	width: 191px;
	height: 88px;
	border: 2px solid #E2E5E5;
	display: inline-block;
	margin-left: 6px;
	margin-bottom: 20px;
}
.inhzpp-box ul li:nth-of-type(6n+1){
	margin-left: 0;
}
.inhzpp-box ul li img{
	width: 100%;
	height: 100%;
}
/*脚部*/
.footer-top{
	min-width: 1200px;
	background-color: #434343;
	padding: 40px 0; 
	height: 220px;
	clear: both;
}
.footer-top>div>div{
	float: left;
}
.foot1{
	width: 356px;
	text-align: center;
}
.foot1 img{
	width: 246px;
	margin-top: 25px;
}
.foot2{
	padding: 0 42px;
	border-left: 1px solid #6A6A6A;
	border-right: 1px solid #6A6A6A;
}
.foot2 ul li{
	margin-bottom: 4px;
	color: white;
}
.foot2 ul li a{
	color: #999999;
}.foot2 ul li a:hover{
	color: #AF2F23;
}
.foot3{
	color: #999999;
	width: 450px;
    padding-left: 70px;
}
.foot3 div{
	font-size: 18px;
	margin-bottom: 25px;
}
.foot3 ul li{
	margin-bottom: 4px;
}
.footer-top>div .foot4{
	float: right;
	text-align: center;
}
.foot4 img{
	width: 116px;
	height: 116px;
}
.foot4 span{
	display: block;
	font-size: 12px;
	margin-top: 3px;
	color: #999999;
}
footer{
	background-color: #707070;
	min-width: 1200px;
	color: white;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
}

/*走进欧泰页面*/
.oth-topimg{
	width: 100%;
	min-width: 1200px;
	margin-bottom: 50px;
	height:285px;
}
.oth-topimg img{
	width: 100%;
}
.oth-lef{
	width: 200px;
	display: inline-block;
	margin-bottom: 40px;
}
.oth-letop{
	background-color: #C92121;
	color: white;
	width: 100%;
	height: 70px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	    padding-top: 15px;
}
.oth-letop span{
	display: block;
	font-family: arial;
	font-size: 14px;
	font-weight: 100;
}
.oth-lef>img{
	width: 100%;
}
.oth-lef ul li{
	margin-bottom: 10px;
}
.oth-lef ul li a{
	display: block;
	background-color: #F3F3F3;
	font-size: 16px;
	width: 100%;
	padding: 18px 0;
	text-align: center;
	color: #484848;
}
.oth-lef ul li a:hover{
	color: #C92121;
}
.oth-lef ul .oth-leact a{
	color: #C92121;
}
.oth-rig{
	width: 900px;
	float: right;
	padding-bottom: 30px;
	    padding-top: 15px;
}
.lujing{
	border-bottom: 1px solid #A0A0A0;
	padding: 18px 0;
	margin-bottom: 18px;
}
.lujing a{
	color: #484848;
}
.lujing a:hover{
	color: #C92121;
}
.abo-topimg{
	width: 100%;
	margin-bottom: 18px;
}
.abo-tex{
	border-top: 1px solid #A0A0A0;
	padding-top: 15px;
}
.abo-tex p{
	line-height: 24px;
	margin-bottom: 25px;
	text-indent: 28px;
}
.abo-tex span{
	display: block;
	line-height: 23px;
	margin-bottom: 25px;
}
.hezuo-tex ul li{
	float: left;
	margin: 0 10px;
	width: 160px;
	margin-bottom: 20px;
}
.hezuo-tex ul li p{
	    width: 160px;
    height: 140px;
    border: 1px solid #666666;
    text-align: center;
    padding-top: 25px;
}
.hezuo-tex ul li p img{
	max-width: 100%;
	max-height: 100%;
}
.hezuo-tex ul li span{
	display: block;
	color: #666666;
	text-align: center;
}
.zizhi-tex ul li{
	float: left;
	margin: 20px 10px;
	border: 1px solid #666666;
	width: 270px;
	height: auto;
}
.zizhi-tex ul li img{
	max-width: 100%;
	height: auto;
}

/*涡流服务页面*/
.into-tex{
	border-top: 1px solid #A0A0A0;
	padding-top: 15px;
	padding-bottom: 30px;
}
.into-tex span{
	display: block;
	font-size: 18px;
	color: #C92121;
	font-weight: bold;
	margin-bottom: 8px;
}
.into-tex p{
	margin-bottom: 30px;
}

/*电商服务*/
.ecom-box{
	padding-bottom: 30px;
}
.ecom-top{
	padding-bottom: 18px;
	border-bottom: 1px solid #A0A0A0;
}
.ecom-top span{
	display: block;
	font-size: 18px;
	color: #C92121;
	font-weight: bold;
	margin-bottom: 8px;
}
.ecom-top p{
	margin-bottom: 0;
	line-height: 26px;
}
.ecom-tex{
	padding-top: 20px;
}
.ecom-img img{
	max-width: 100%;
}

/*解决方案*/
.solu-box{
	padding-bottom: 30px;
}
.solu-topimg{
	padding-bottom: 28px;
	border-bottom: 1px solid #A0A0A0;
	margin-bottom: 20px;
}
.solu-topimg img{
	width: 100%;
}
.solu-tex span{
	display: block;
	font-size: 18px;
	color: #C92121;
	font-weight: bold;
	margin-bottom:5px;
}
.solu-tex p{
	margin-bottom: 30px;
	text-indent: 28px;
	line-height: 24px;
}
.solu-tex div{
	line-height: 24px;
}

/*新闻资讯*/
.news-box>ul{
	padding-top: 20px;
}
.news-box>ul li{
	margin-bottom: 30px;
}
.news-box>ul li img{
	width: 265px;
	height: 162px;
	float: left;
}
.news-imp{
	box-shadow: 0 0px 4px 0.1px #cccccc;		
	width:auto;
	height: 162px;
	margin-left: 266px;
	padding: 20px;
	transition: all 0.3s;
}
.news-imp div{
	font-size: 20px;
	margin-bottom: 12px;
	color: #333333;
}
.news-box>ul li:hover .news-imp{
	box-shadow: 0 1px 4px 0.1px darkgray;
}
.news-box>ul li:hover .news-imp div{
	color: #C92121;
}
.news-imp div span{
	display: block;
	color: #9A9A9A;
	font-size: 16px;
	float: right;
	margin-top: 6px;
}
.news-imp p{
	font-size: 16px;
	color: #666666;
	line-height: 27px;
	margin-bottom: 0;
	height: 81px;
    overflow: hidden;
}
.thefenye{
	text-align: center;
	clear: both;
}
.thefenye a{
	display: inline-block;
}
.thefenye a{
	margin: 0 5px;

	margin-top: 20px;
}
.thefenye a{

	border: 1px solid #A7A7A7;
	color: #333333;
	padding: 6px 12px;
}
.thefenye a:hover{
	background-color: #C92121;
	color: white;
}
.thefenye  .current {
	border-color: #C92121;
	background-color: #C92121;
	color: white;
}

/*新闻内页*/
.newsdes-text{
	width: 100%;
}
.newsdes-text>.newsde-til{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsdes-text>.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #C92121;
	margin-left: auto;
	margin-right: auto;
}
.newsdes-text>.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.newsdes-text>.news-tilbot a{
	color: #C92121;
}
.newsde-text{
	margin-bottom: 40px;
}
.newsde-text>div{
	font-size: 15.5px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 20px;
	text-indent: 30px;
	text-align: justify;
}
.newsde-text>div span{
	display: block;
	font-weight: bold;
	text-indent: 0;
}
.newsde-text>.newde-img{
	text-indent: 0;
	text-align: center;
}
.newsde-text>.newde-img>img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #C92121;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}
.moven-til{
	border-left: 3px solid #C92121;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #C92121;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}

/*联系我们*/
.cont-box{
	padding-bottom: 40px;
}
.cont-tex span{
	display: block;
	font-size: 18px;
	color: #C92121;
	font-weight: bold;
	margin-bottom:5px;
}

.inglnt-box ul li img{
	transition: all 0.3s;
}
.inglnt-box ul li:hover img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.inglnt-box ul li:hover div span{
	color: #C92121;
}
.inys-ribox ul li img{
	transition: all 0.3s;
}
.inys-ribox ul li:hover img{
	box-shadow: 1px 1px 6px 0.1px gray;
}
.inys-ribox ul li:hover p{
	text-shadow: 1px 1px 2px gainsboro;
}
.inhzpp-box ul li:hover{
	border-color: #C92121;
}
.sea_item{width:100%; margin-left: 0px;}

.navbar {
    min-height: 80px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav {
    margin-top: 16px;
}
.navbar-nav>li>a {
    padding-bottom: 28px;
}
.navbar-default .navbar-brand {
    margin-top: 7px;
}
.carousel-inner>.item{height:672px;}
.navbar-collapse{padding:0px;}

.cont_msg{width: 100%;margin: 0 auto;}
.join_f{background: #f1f3f5;padding: 40px 45px;}
.j_inp input,.join_f select{width: 48%;height: 48px;border: 1px solid #e4e6e8;padding-left: 20px;font-size: 16px;}
.j_inp input:nth-child(even){float: right;}
.j_inp{margin-bottom: 20px;}
.join_f textarea{width: 100%;height: 125px;border: 1px solid #e4e6e8;padding-left: 20px;padding-top: 15px;}
.b_cent{text-align: center;margin-top: 30px;}
.b_cent input{width: 180px;height: 45px;border: none;background: #c92121;color: white;font-size: 18px;}


.oth-lef{display:none;}
.oth-rig{ width:100%;}
