
/*= Reset CSS 
============= */

.container{margin: 0 auto; max-width: 1060px;}
h1 {
    font-size: 30px;
    margin: 5px 0 10px;
    font-family: Microsoft YaHei,'ËÎÌå';
    line-height:36px;
    color: #222222;
}
h2{color: #fff; float: left; width: 100%; font-size: 24px; font-weight: 400; text-align: center; padding: 50px 0 40px; position: relative; z-index: 50;}
    h2 span {
        position: relative;
        padding-bottom: 10px;
    }
h2 span:after{content: ""; width: 50%; height: 3px; background-color: #fff; position: absolute; left: 25%; bottom: 0;}
*{margin: 0; padding: 0; box-sizing: border-box;}
img{max-width: 100%; vertical-align: middle;}
.full-length{width: 100%; float: left; padding-bottom: 80px;}
ul{margin: 0 -1.5%;}


h3{font-size: 20px; margin: 5px 0 10px;}
p {
    font-weight: 300;
    line-height: 24px;
    font-size: 14px; 
    color: #555555;
}
.btn {
    display: inline-block;
    padding: 9px 10px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #0271cd;
    background-color: #0271cd;
    text-decoration: none;
    transition: 0.4s;
    width: 134px;
    height: 43px;
    margin-top: 15px;
}
.btn:hover{background-color: transparent; color: #4d92d9; transition: 0.4s;}
.text-desc{position: absolute; left: 0; top: 0; background-color: #fff; height: 100%; opacity: 0; width: 100%; padding: 20px;}
label {
    /*cursor: pointer;*/
    border-bottom: 3px solid blue;
    border-bottom-color: dodgerblue;
    margin-bottom:15px;
    font-size: 14px;
    font-family: Microsoft YaHei,'ËÎÌå';
    color: #555555;
}

/*= Reset CSS End
================= *

/* effect-1 css */
.content-part1 {
    height: 430px;
    width: 100%;
    background: #edeef3;
    padding:10%;
    padding-top:50px;
    padding-bottom:50px;
}

.text-left {
    float: left;
    width: 40%;
}

.picture-right {
    float: right;
    width: 60%;
}

.content-part2 {
    height: 430px;
    width: 100%;
    background: #ffffff;
    padding: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-right {
    float: right;
    width: 40%;
}

.picture-left {
    float: left;
    width: 60%;
}
/* effect-1 css end */


/*= Media Screen CSS
==================== */


@media only screen and (max-width: 360px){
	ul{width: 300px;}
	/*.port-1 .text-desc, 
	.port-1.effect-3:hover .text-desc, 
	.port-3.effect-1 .text-desc, 
	.port-3.effect-3 .text-desc,
	.port-4.effect-1 .text-desc,
	.port-4.effect-2 .text-desc,
	.port-4.effect-3 .text-desc, .port-8 .text-desc{padding: 20px;}
	.text-desc{padding: 7px;}
	.port-5.effect-1 .text-desc{padding: 13px 20px 20px 90px;}
	.port-5.effect-2 .text-desc{padding: 10px;}
	.port-5.effect-3 .text-desc{padding: 16px 90px 20px 20px;}
	.port-6.effect-1 .text-desc .btn, 
	.port-6.effect-2 .text-desc .btn,
	.port-6.effect-3 .text-desc .btn,
	.port-7.effect-1 .text-desc .btn,
	.port-7.effect-2 .text-desc .btn,
	.port-7.effect-3 .text-desc .btn,
	.port-8.effect-3 .text-desc .btn{display: none;}
	.port-6.effect-2 .text-desc{padding: 20px 120px 20px 20px;}
	.port-6.effect-3 .text-desc{padding: 75px 20px 10px;}
	.port-7.effect-1 .text-desc{padding: 12px 10px;}
	.port-8.effect-3 .text-desc{padding: 28px 70px 20px;}*/
}
/*= Media Screen CSS End
======================== */
